[cig-commits] r13311 - short/3D/PyLith/trunk/libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Fri Nov 14 13:53:16 PST 2008


Author: brad
Date: 2008-11-14 13:53:13 -0800 (Fri, 14 Nov 2008)
New Revision: 13311

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc
Log:
Removed debugging switch that prevented use of more compact mesh storage.

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc	2008-11-14 17:09:47 UTC (rev 13310)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc	2008-11-14 21:53:13 UTC (rev 13311)
@@ -127,8 +127,7 @@
   if (!rank) {
     assert(coordinates.size() == numVertices*spaceDim);
     assert(cells.size() == numCells*numCorners);
-    if (0) {
-    ///if (!_interpolate) {
+    if (!_interpolate) {
       // Create the ISieve
       sieve->setChart(Mesh::sieve_type::chart_type(0, numCells+numVertices));
       // Set cone and support sizes



More information about the CIG-COMMITS mailing list