[cig-commits] r17986 - short/3D/PyLith/trunk/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Mon Feb 28 12:11:53 PST 2011


Author: brad
Date: 2011-02-28 12:11:52 -0800 (Mon, 28 Feb 2011)
New Revision: 17986

Modified:
   short/3D/PyLith/trunk/libsrc/topology/Mesh.hh
Log:
Removed superfluous typedefs. Visitors are related to sections (and are in Field).

Modified: short/3D/PyLith/trunk/libsrc/topology/Mesh.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Mesh.hh	2011-02-26 02:20:35 UTC (rev 17985)
+++ short/3D/PyLith/trunk/libsrc/topology/Mesh.hh	2011-02-28 20:11:52 UTC (rev 17986)
@@ -64,9 +64,7 @@
   typedef SieveMesh::real_section_type RealSection;
   typedef ISectionSpaces<SieveMesh::point_type, double> RealUniformSection;
   typedef SieveMesh::int_section_type IntSection;
-  typedef ALE::ISieveVisitor::RestrictVisitor<RealSection> RestrictVisitor;
-  typedef ALE::ISieveVisitor::UpdateAddVisitor<RealSection> UpdateAddVisitor;
-  typedef ALE::ISieveVisitor::UpdateAllVisitor<RealSection> UpdateAllVisitor;
+
   typedef ALE::ISieveVisitor::IndicesVisitor<RealSection,SieveMesh::order_type,PetscInt> IndicesVisitor;
   //@}
 



More information about the CIG-COMMITS mailing list