[cig-commits] r6588 - short/3D/PyLith/trunk/libsrc/faults

brad at geodynamics.org brad at geodynamics.org
Tue Apr 17 11:10:57 PDT 2007


Author: brad
Date: 2007-04-17 11:10:57 -0700 (Tue, 17 Apr 2007)
New Revision: 6588

Modified:
   short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
Log:
Added assert header file.

Modified: short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2007-04-17 17:53:52 UTC (rev 6587)
+++ short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2007-04-17 18:10:57 UTC (rev 6588)
@@ -16,6 +16,8 @@
 
 #include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
+#include <assert.h> // USES assert()
+
 // ----------------------------------------------------------------------
 void
 pylith::faults::CohesiveTopology::create(const ALE::Obj<Mesh>& mesh,



More information about the cig-commits mailing list