tremove redundant newline - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit d1fbd86f51a9281a5e16d282462a3c097212bcc0
(DIR) parent 2aa8acbf7bd0b11a12fe6ac519c9e2fcce2942f5
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 19 Feb 2015 13:46:10 +0100
remove redundant newline
Diffstat:
M python/sphere.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -4328,7 +4328,6 @@ class sim:
The results are saved in ``self.contact_area``.
'''
-
self.contact_area = \
self.contactSurfaceArea(self.pairs[0,:], self.pairs[1,:],
self.overlaps)