[cig-commits] r13937 - short/3D/PyLith/branches/pylith-swig/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Fri Jan 23 16:22:57 PST 2009


Author: brad
Date: 2009-01-23 16:22:57 -0800 (Fri, 23 Jan 2009)
New Revision: 13937

Modified:
   short/3D/PyLith/branches/pylith-swig/libsrc/topology/Mesh.hh
   short/3D/PyLith/branches/pylith-swig/libsrc/topology/MeshOps.hh
Log:
Fixed typos in documentation.

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/topology/Mesh.hh
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/topology/Mesh.hh	2009-01-24 00:22:09 UTC (rev 13936)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/topology/Mesh.hh	2009-01-24 00:22:57 UTC (rev 13937)
@@ -11,9 +11,9 @@
 //
 
 /**
- * @file pylith/topology/Mesh.hh
+ * @file libsrc/topology/Mesh.hh
  *
- * @brief PyLith finite-element mesh.
+ * @brief C++ PyLith finite-element mesh.
  *
  * Extends Sieve mesh to include coordinate system associated with
  * domain.

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/topology/MeshOps.hh
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/topology/MeshOps.hh	2009-01-24 00:22:09 UTC (rev 13936)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/topology/MeshOps.hh	2009-01-24 00:22:57 UTC (rev 13937)
@@ -19,17 +19,12 @@
 #if !defined(pylith_topology_meshops_hh)
 #define pylith_topology_meshops_hh
 
-// Include directives ---------------------------------------------------
-#define NEWPYLITHMESH 1 
-#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
-
 // Forward declarations -------------------------------------------------
 namespace pylith {
   namespace topology {
     class MeshOps;
 
     class Mesh; // USES Mesh
-
     class TestMeshOps; // unit testing
   } // topology
 } // pylith



More information about the CIG-COMMITS mailing list