tfix xyzsum name - 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 bc0e33d29d5b088a3916f12b52a9d79871f97438
(DIR) parent 3564015486511f6af75707d8bca98f6ad15af9c0
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 14 May 2015 20:13:35 +0200
fix xyzsum name
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -3742,7 +3742,7 @@ class sim:
self.L *= factor
self.x *= factor
self.radius *= factor
- self.xysum *= factor
+ self.xyzsum *= factor
self.vel *= factor
self.force *= factor
self.torque *= factor