[cig-commits] commit: small change to input script

Mercurial hg at geodynamics.org
Wed Dec 9 20:51:24 PST 2009


changeset:   108:0b40db868a4f
user:        Marc Spiegelman <mspieg at ldeo.columbia.edu>
date:        Wed Dec 09 11:40:33 2009 -0500
files:       MADDs-4/run/initSolitaryWave.py
description:
small change to input script


diff -r 137baa77335a -r 0b40db868a4f MADDs-4/run/initSolitaryWave.py
--- a/MADDs-4/run/initSolitaryWave.py	Tue Dec 08 23:31:34 2009 -0500
+++ b/MADDs-4/run/initSolitaryWave.py	Wed Dec 09 11:40:33 2009 -0500
@@ -123,7 +123,7 @@ filename = "initial_conditions/mesh_d%d_
 filename = "initial_conditions/mesh_d%d_N%d.xml" % (d, N)
 f1 = File(filename)
 f1 << mesh
-subprocess.call(["/usr/bin/gzip","-vf",filename]);
+subprocess.call(["gzip","-vf",filename]);
 
 if P == 1:
     ME = P1 + P1 # mixed element (pressure, porosity)



More information about the CIG-COMMITS mailing list