[cig-commits] r4561 - short/3D/PyLith/trunk/libsrc/meshio

baagaard at geodynamics.org baagaard at geodynamics.org
Sat Sep 16 14:48:06 PDT 2006


Author: baagaard
Date: 2006-09-16 14:48:06 -0700 (Sat, 16 Sep 2006)
New Revision: 4561

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc
Log:
Fixed typo in error message.

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc	2006-09-16 21:47:30 UTC (rev 4560)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc	2006-09-16 21:48:06 UTC (rev 4561)
@@ -11,7 +11,7 @@
 //
 
 #if !defined(pylith_meshio_meshio_hh)
-#error "MeshIO.icc must be included only from MeshIO.icc"
+#error "MeshIO.icc must be included only from MeshIO.hh"
 #else
 
 // Get flag indicating whether indices start at 0 (True) or 1 (False).



More information about the cig-commits mailing list