[cig-commits] r7362 - in short/3D/PyLith/trunk: libsrc/meshio modulesrc/solver modulesrc/topology

knepley at geodynamics.org knepley at geodynamics.org
Thu Jun 21 15:49:01 PDT 2007


Author: knepley
Date: 2007-06-21 15:49:01 -0700 (Thu, 21 Jun 2007)
New Revision: 7362

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc
   short/3D/PyLith/trunk/modulesrc/solver/solver.pyxe.src
   short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
Log:
Fixes for new Sieve header organization


Modified: short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc	2007-06-21 22:35:33 UTC (rev 7361)
+++ short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc	2007-06-21 22:49:01 UTC (rev 7362)
@@ -18,14 +18,11 @@
 
 #include "SolutionIOVTK.hh" // implementation of class methods
 
-#include <src/dm/mesh/meshvtk.h> // USES VTKViewer
+#include <petscmesh_viewers.hh> // USES VTKViewer
 #include <assert.h> // USES assert()
 #include <sstream> // USES std::ostringstream
 #include <stdexcept> // USES std::runtime_error
 
-template<typename Bundle, typename Section>
-PetscErrorCode SectionView_Sieve_Ascii(const Obj<Bundle>& bundle, const Obj<Section>& s, const char name[], PetscViewer viewer, int enforceDim);
-
 // ----------------------------------------------------------------------
 // Constructor
 pylith::meshio::SolutionIOVTK::SolutionIOVTK(void) :

Modified: short/3D/PyLith/trunk/modulesrc/solver/solver.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/solver/solver.pyxe.src	2007-06-21 22:35:33 UTC (rev 7361)
+++ short/3D/PyLith/trunk/modulesrc/solver/solver.pyxe.src	2007-06-21 22:49:01 UTC (rev 7362)
@@ -11,7 +11,7 @@
 #
 
 #header{
-#include <petscmesh.h>
+#include <petscmesh.hh>
 #include <petscksp.h>
 
 #include <assert.h>

Modified: short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2007-06-21 22:35:33 UTC (rev 7361)
+++ short/3D/PyLith/trunk/modulesrc/topology/topology.pyxe.src	2007-06-21 22:49:01 UTC (rev 7362)
@@ -14,8 +14,7 @@
 #include "pylith/topology/FieldsManager.hh"
 #include "pylith/utils/sievetypes.hh"
 #include "pylith/utils/petscfwd.h"
-#include <Generator.hh>
-#include <Distribution.hh>
+#include <petscmesh.hh>
  
 #include <stdexcept>
 #include <Python.h>



More information about the cig-commits mailing list