tfix density data type - 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 97b6171b039464b3b0927e4cc9adb2676625055f
 (DIR) parent 5faf8deaee3d79487ba1d43a6babd6d0f2faa7f6
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Tue, 13 Sep 2016 09:59:45 -0700
       
       fix density data type
       
       Diffstat:
         M python/creep-master.py              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/creep-master.py b/python/creep-master.py
       t@@ -135,7 +135,7 @@ shear.readbin("../output/" + sim_id +
        # Periodic x and y boundaries
        shear.periodicBoundariesXY()
        
       -shear.rho = rho_g
       +shear.rho[0] = rho_g
        shear.g[2] = g
        
        # Disable particle viscosities