[cig-commits] r15261 - in short/3D/PyLith/trunk: examples/3d/hex8 unittests/libtests/materials

brad at geodynamics.org brad at geodynamics.org
Mon Jun 15 09:41:58 PDT 2009


Author: brad
Date: 2009-06-15 09:41:58 -0700 (Mon, 15 Jun 2009)
New Revision: 15261

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc
Log:
Fixed a couple trivial problems (update filename, missing header).

Modified: short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2009-06-15 11:01:04 UTC (rev 15260)
+++ short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2009-06-15 16:41:58 UTC (rev 15261)
@@ -25,7 +25,7 @@
 	hex8-gravity.jpg \
 	hex8-gravity_istress.jpg \
 	hex8-mesh.jpg \
-	initial_state.spatialdb \
+	initial_stress.spatialdb \
 	mat_elastic.spatialdb \
 	mat_maxwell.spatialdb \
 	mat_genmaxwell.spatialdb \

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc	2009-06-15 11:01:04 UTC (rev 15260)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc	2009-06-15 16:41:58 UTC (rev 15261)
@@ -19,6 +19,8 @@
 
 #include "pylith/materials/GenMaxwellIsotropic3D.hh" // USES GenMaxwellIsotropic3D
 
+#include <cstring> // USES memcpy()
+
 // ----------------------------------------------------------------------
 CPPUNIT_TEST_SUITE_REGISTRATION( pylith::materials::TestGenMaxwellIsotropic3D );
 



More information about the CIG-COMMITS mailing list