[cig-commits] r3863 - short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Jun 23 08:09:35 PDT 2006


Author: willic3
Date: 2006-06-23 08:09:35 -0700 (Fri, 23 Jun 2006)
New Revision: 3863

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh
Log:
Fixed error message.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh	2006-06-23 15:07:30 UTC (rev 3862)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-debug.sh	2006-06-23 15:09:35 UTC (rev 3863)
@@ -6,7 +6,7 @@
 # ======================================================================
 
 if [ $# != 1 ]; then
-  echo "usage: runbm1b.sh NPROCS"
+  echo "usage: runbm1b-debug.sh NPROCS"
   exit 1
 fi
 nprocs=$1

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh	2006-06-23 15:07:30 UTC (rev 3862)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/bm1b/runbm1b-test.sh	2006-06-23 15:09:35 UTC (rev 3863)
@@ -6,7 +6,7 @@
 # ======================================================================
 
 if [ $# != 1 ]; then
-  echo "usage: runbm1b.sh NPROCS"
+  echo "usage: runbm1b-test.sh NPROCS"
   exit 1
 fi
 nprocs=$1



More information about the Cig-commits mailing list