[cig-commits] r7826 - short/3D/PyLith/branches/pylith-0.8/pylith3d/module

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Aug 15 13:04:45 PDT 2007


Author: willic3
Date: 2007-08-15 13:04:45 -0700 (Wed, 15 Aug 2007)
New Revision: 7826

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/module/mesh.cc
Log:
Fixed obsolete PETSc header.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/module/mesh.cc
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/module/mesh.cc	2007-08-15 19:50:08 UTC (rev 7825)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/module/mesh.cc	2007-08-15 20:04:45 UTC (rev 7826)
@@ -34,7 +34,8 @@
 
 #include <Distribution.hh>
 #include <petscmesh.h>
-#include <src/dm/mesh/meshpylith.h>
+#include <petscmesh_formats.hh>
+// #include <src/dm/mesh/meshpylith.h>
 #include <petscmat.h>
 #include "journal/debug.h"
 



More information about the cig-commits mailing list