tcorrect simulation id - 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 e7ff2bb38671081bddefa9147276d4852c318c8f
 (DIR) parent 8b06c2880564030dd6b041c2805a4b066a9f60ef
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 13 Aug 2014 14:47:30 +0200
       
       correct simulation id
       
       Diffstat:
         M python/diffusivity-starter.py       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/diffusivity-starter.py b/python/diffusivity-starter.py
       t@@ -16,7 +16,7 @@ for sigma0_str in sys.argv[4:]:
            sim = sphere.sim('diffusivity-relax')
            sim.readlast()
        
       -    sim.sid = 'permeability-dp=' + str(dp) + '-c_phi=' + str(c_phi) + \
       +    sim.sid = 'diffusivity-sigma0=' + str(sigma0) + '-c_phi=' + str(c_phi) + \
                    '-c_grad_p=' + str(c_grad_p)
            print(sim.sid)