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

brad at geodynamics.org brad at geodynamics.org
Mon Sep 20 17:45:38 PDT 2010


Author: brad
Date: 2010-09-20 17:45:38 -0700 (Mon, 20 Sep 2010)
New Revision: 17204

Modified:
   short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc
Log:
Removed some debugging output.

Modified: short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc	2010-09-20 20:29:22 UTC (rev 17203)
+++ short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc	2010-09-21 00:45:38 UTC (rev 17204)
@@ -155,7 +155,6 @@
     newGroup->setChart(Mesh::IntSection::chart_type(numNewCells, 
 						    numNewCells + numNewVertices));
     const Mesh::IntSection::chart_type& newChart = newGroup->getChart();
-    std::cout << "NEW CHART (" << numNewCells << ", " << numNewCells + numNewVertices << ")" << std::endl;
       
     const int chartMax = chart.max();
     for (int p = chart.min(), pNew = newChart.min(); p < chartMax; ++p, ++pNew) {



More information about the CIG-COMMITS mailing list