[cig-commits] r4535 - short/3D/PyLith/trunk/playpen/meshio/src

knepley at geodynamics.org knepley at geodynamics.org
Thu Sep 14 12:03:33 PDT 2006


Author: knepley
Date: 2006-09-14 12:03:33 -0700 (Thu, 14 Sep 2006)
New Revision: 4535

Modified:
   short/3D/PyLith/trunk/playpen/meshio/src/MeshIOAscii.cc
Log:
Missed a debugging statement


Modified: short/3D/PyLith/trunk/playpen/meshio/src/MeshIOAscii.cc
===================================================================
--- short/3D/PyLith/trunk/playpen/meshio/src/MeshIOAscii.cc	2006-09-14 19:03:00 UTC (rev 4534)
+++ short/3D/PyLith/trunk/playpen/meshio/src/MeshIOAscii.cc	2006-09-14 19:03:33 UTC (rev 4535)
@@ -320,7 +320,6 @@
   const Obj<Mesh::topology_type::label_sequence>& cells = topology->heightStratum(patch, 0);
   const Obj<Mesh::numbering_type>& vNumbering = mesh->getLocalNumbering(0);
   const int                        numCorners = sieve->nCone(*cells->begin(), topology->depth())->size();
-  sieve->view("Sieve");
 
   fileout
     << "  cells = {\n"



More information about the cig-commits mailing list