[cig-commits] r7630 - in short/3D/PyLith/trunk/unittests/libtests/faults: . data

brad at geodynamics.org brad at geodynamics.org
Tue Jul 10 09:58:19 PDT 2007


Author: brad
Date: 2007-07-10 09:58:18 -0700 (Tue, 10 Jul 2007)
New Revision: 7630

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/TestBoundary.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am
Log:
Fixed compilation errors. Added boundary meshes to data Makefile.

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestBoundary.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestBoundary.cc	2007-07-09 23:08:19 UTC (rev 7629)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestBoundary.cc	2007-07-10 16:58:18 UTC (rev 7630)
@@ -14,8 +14,6 @@
 
 #include "TestBoundary.hh" // Implementation of class methods
 
-#include <Selection.hh> // USES submesh algorithms
-
 #include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 #include "pylith/utils/array.hh" // USES int_array, double_array
 #include "pylith/meshio/MeshIOAscii.hh" // USES MeshIOAscii
@@ -25,6 +23,8 @@
 #include "data/BoundaryDataTet4.hh" // USES BoundaryDataTet4
 #include "data/BoundaryDataHex8.hh" // USES BoundaryDataHex8
 
+#include <Selection.hh> // USES submesh algorithms
+
 // ----------------------------------------------------------------------
 CPPUNIT_TEST_SUITE_REGISTRATION( pylith::faults::TestBoundary );
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am	2007-07-09 23:08:19 UTC (rev 7629)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am	2007-07-10 16:58:18 UTC (rev 7630)
@@ -66,7 +66,11 @@
 	hex8h.mesh \
 	hex8_finalslip.spatialdb \
 	hex8_sliptime.spatialdb \
-	hex8_peakrate.spatialdb
+	hex8_peakrate.spatialdb \
+	tri3traction.mesh \
+	quad4traction.mesh \
+	tet4traction.mesh \
+	hex8traction.mesh
 
 noinst_TMP =
 



More information about the cig-commits mailing list