[cig-commits] r6903 - short/3D/PyLith/trunk/modulesrc/topology

brad at geodynamics.org brad at geodynamics.org
Wed May 16 12:58:56 PDT 2007


Author: brad
Date: 2007-05-16 12:58:56 -0700 (Wed, 16 May 2007)
New Revision: 6903

Modified:
   short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
Log:
Fixed inclusion of header files. Use petscmesh.hh, not Mesh.hh.

Modified: short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2007-05-16 17:44:30 UTC (rev 6902)
+++ short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2007-05-16 19:58:56 UTC (rev 6903)
@@ -11,10 +11,9 @@
 #
 
 #header{
-#include <Mesh.hh>
+#include <petscmesh.h>
 #include <Generator.hh>
 #include <Distribution.hh>
-#include <petscmesh.h>
 #include "pylith/utils/petscfwd.h"
 
 #include <stdexcept>



More information about the cig-commits mailing list