tfix jobname prefix usage - 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 7db6c058c9111762194848a25b82adab486b8047
 (DIR) parent abbe073852e486d794de964f9dc129349af089e9
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Thu, 16 Jun 2016 10:43:06 -0700
       
       fix jobname prefix usage
       
       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-rs1.py b/python/generate-rate-state-scripts-comet-rs1.py
       t@@ -152,7 +152,7 @@ for effective_stress in effective_stresses:
                for mu_s in mu_s_vals:
                    for mu_d in mu_s_vals:
        
       -                jobname = 'rs0-{}Pa-v={}-mu_s={}-mu_d={}'.format(
       +                jobname = jobname_prefix + '{}Pa-v={}-mu_s={}-mu_d={}'.format(
                            effective_stress,
                            velfac,
                            mu_s,