[cig-commits] r18536 - in short/3D/PyLith/trunk: . examples/3d/tet4

brad at geodynamics.org brad at geodynamics.org
Fri Jun 3 14:59:50 PDT 2011


Author: brad
Date: 2011-06-03 14:59:50 -0700 (Fri, 03 Jun 2011)
New Revision: 18536

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am
Log:
Fixed location of data file.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-06-03 17:06:05 UTC (rev 18535)
+++ short/3D/PyLith/trunk/TODO	2011-06-03 21:59:50 UTC (rev 18536)
@@ -23,6 +23,7 @@
 
 * BUILDBOT
 
+  don't run tests_auto
   cygwin packaging
 
 ----------------------------------------

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2011-06-03 17:06:05 UTC (rev 18535)
+++ short/3D/PyLith/trunk/configure.ac	2011-06-03 21:59:50 UTC (rev 18536)
@@ -354,6 +354,7 @@
 		examples/Makefile
 		examples/3d/Makefile
 		examples/3d/tet4/Makefile
+		examples/3d/tet4/output/Makefile
 		examples/3d/hex8/Makefile
 		examples/3d/hex8/output/Makefile
 		examples/2d/Makefile

Modified: short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am	2011-06-03 17:06:05 UTC (rev 18535)
+++ short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am	2011-06-03 21:59:50 UTC (rev 18536)
@@ -21,19 +21,19 @@
 	pylithapp.cfg \
 	step01.cfg \
 	step03.cfg \
-	step01.jpg \
-	step03.jpg \
 	mesh/mesh_tet4_1000m.lagrit \
 	mesh/tet4_1000m_ascii.gmv \
 	mesh/tet4_1000m_ascii.pset \
 	mesh/tet4_1000m_binary.gmv \
 	mesh/tet4_1000m_binary.pset \
-	mesh/tet4-mesh.jpg \
 	spatialdb/finalslip.spatialdb \
 	spatialdb/fixeddisp_shear.spatialdb \
 	spatialdb/mat_elastic.spatialdb \
 	spatialdb/mat_viscoelastic.spatialdb \
-	spatialdb/sliptime.spatialdb
+	spatialdb/sliptime.spatialdb \
+	figures/tet4-mesh.jpg \
+	figures/step01.jpg \
+	figures/step03.jpg
 
 SUBDIRS = \
 	output



More information about the CIG-COMMITS mailing list