tfix cons simulation name - 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 971b6b4ea78006df04fb7d76efe92d33dd36ca14
 (DIR) parent 8fc59d2f827ce18413b15c668811e2a0af882cd9
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Sat,  4 Jun 2016 16:46:44 -0700
       
       fix cons simulation name
       
       Diffstat:
         M python/generate-rate-state-scripts… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/generate-rate-state-scripts-comet-rs0.py b/python/generate-rate-state-scripts-comet-rs0.py
       t@@ -101,7 +101,7 @@ import numpy
        
        # load consolidated granular assemblage
        sim = sphere.sim(fluid=False)
       -cons_jobname = 'cons-1e4- + '{}Pa'.format({effective_stress})
       +cons_jobname = 'cons-1e4-' + '{{}}Pa'.format({effective_stress})
        sim = sphere.sim(cons_jobname, fluid=False)
        sim.readlast()
        sim.id('{jobname}')