[cig-commits] r18450 - in short/3D/PyLith/trunk: . unittests/libtests/meshio

brad at geodynamics.org brad at geodynamics.org
Tue May 24 13:58:08 PDT 2011


Author: brad
Date: 2011-05-24 13:58:08 -0700 (Tue, 24 May 2011)
New Revision: 18450

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestXdmf.cc
Log:
Added missing include directive.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-05-24 19:09:08 UTC (rev 18449)
+++ short/3D/PyLith/trunk/TODO	2011-05-24 20:58:08 UTC (rev 18450)
@@ -2,9 +2,6 @@
 CURRENT ISSUES/PRIORITIES (1.6.0)
 ======================================================================
 
-* SPATIALDATA
-  SimpleIOAscii - check that we read all the points expected
-
 * BUILDBOT
 
   (1) cygwin

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestXdmf.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestXdmf.cc	2011-05-24 19:09:08 UTC (rev 18449)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestXdmf.cc	2011-05-24 20:58:08 UTC (rev 18450)
@@ -22,6 +22,8 @@
 
 #include "pylith/meshio/Xdmf.hh" // USES Xdmf
 
+#include <cstring> // USES strcmp()
+
 // ----------------------------------------------------------------------
 CPPUNIT_TEST_SUITE_REGISTRATION( pylith::meshio::TestXdmf );
 



More information about the CIG-COMMITS mailing list