| tfix function call - sphere - GPU-based 3D discrete element method algorithm wi… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 03437c82b542d8cf41ae59bad59dc5e405ceee52 | |
| parent 97b6171b039464b3b0927e4cc9adb2676625055f | |
| Author: Anders Damsgaard Christensen <[email protected]> | |
| 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(-) | |
| --- | |
| 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) | |