tfix function call - 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 03437c82b542d8cf41ae59bad59dc5e405ceee52
(DIR) parent 97b6171b039464b3b0927e4cc9adb2676625055f
(HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Tue, 20 Sep 2016 09:56:57 -0700
fix function call
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@@ -3631,7 +3631,7 @@ class sim:
prefactor.
:type verbose: bool
'''
- setPermeabilityPrefactor(
+ self.setPermeabilityPrefactor(
k_c=numpy.mean(self.radius*2.0)**2.0/180.0,
verbose=verbose)