[cig-commits] r22704 - seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_no_absorbing

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Aug 6 15:24:09 PDT 2013


Author: dkomati1
Date: 2013-08-06 15:24:08 -0700 (Tue, 06 Aug 2013)
New Revision: 22704

Modified:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_no_absorbing/process.sh
Log:
moved "configure" before "make clean" in another example


Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_no_absorbing/process.sh
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_no_absorbing/process.sh	2013-08-06 22:16:23 UTC (rev 22703)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_no_absorbing/process.sh	2013-08-06 22:24:08 UTC (rev 22704)
@@ -42,8 +42,8 @@
 
 cd ../../
 
+./configure
 make clean
-./configure
 make all > $currentdir/tmp.log
 cd $currentdir
 



More information about the CIG-COMMITS mailing list