[cig-commits] r14354 - short/3D/PyLith/branches/pylith-swig/libsrc/bc

brad at geodynamics.org brad at geodynamics.org
Mon Mar 16 16:14:17 PDT 2009


Author: brad
Date: 2009-03-16 16:14:17 -0700 (Mon, 16 Mar 2009)
New Revision: 14354

Modified:
   short/3D/PyLith/branches/pylith-swig/libsrc/bc/AbsorbingDampers.cc
Log:
Added missing include.

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/bc/AbsorbingDampers.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/bc/AbsorbingDampers.cc	2009-03-16 22:52:08 UTC (rev 14353)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/bc/AbsorbingDampers.cc	2009-03-16 23:14:17 UTC (rev 14354)
@@ -23,6 +23,7 @@
 #include "spatialdata/geocoords/CoordSys.hh" // USES CoordSys
 #include "spatialdata/units/Nondimensional.hh" // USES Nondimensional
 
+#include "pylith/utils/petscerror.h" // USES CHECK_PETSC_ERROR
 #include <cstring> // USES memcpy()
 #include <cassert> // USES assert()
 #include <stdexcept> // USES std::runtime_error



More information about the CIG-COMMITS mailing list