[cig-commits] r12974 - short/3D/PyLith/trunk/libsrc/feassemble

brad at geodynamics.org brad at geodynamics.org
Tue Sep 30 15:41:12 PDT 2008


Author: brad
Date: 2008-09-30 15:41:11 -0700 (Tue, 30 Sep 2008)
New Revision: 12974

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc
Log:
Fixed include directive.

Modified: short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc	2008-09-30 19:04:01 UTC (rev 12973)
+++ short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc	2008-09-30 22:41:11 UTC (rev 12974)
@@ -16,7 +16,7 @@
 
 #include "petsc.h" // USES PetscLogFlops
 
-#include <strings.h> // USES memcpy()
+#include <string.h> // USES memcpy()
 
 #include <iostream> // USES std::cerr
 



More information about the cig-commits mailing list