tfix shear 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 1cdfcecb458d456def61174e3ec36d13fdfbbef3
 (DIR) parent 9ede2ec8e2b8f465001c16a96246af21101e61d7
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri,  1 Apr 2016 00:14:55 +0200
       
       fix shear function call
       
       Diffstat:
         M python/rate-state.py                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/rate-state.py b/python/rate-state.py
       t@@ -52,7 +52,7 @@ sim.cleanup()
        sim.adjustUpperWall()
        sim.zeroKinematics()
        
       -sim.shearVelocityGradient(1.0/20.0 * velfac)
       +sim.shear(1.0/20.0 * velfac)
        K_q_real = 36.4e9
        K_w_real =  2.2e9