[cig-commits] r20227 - short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/meshio

brad at geodynamics.org brad at geodynamics.org
Wed May 30 09:45:12 PDT 2012


Author: brad
Date: 2012-05-30 09:45:12 -0700 (Wed, 30 May 2012)
New Revision: 20227

Modified:
   short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/meshio/OutputSolnPoints.cc
Log:
Turn off debugging output.

Modified: short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/meshio/OutputSolnPoints.cc
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/meshio/OutputSolnPoints.cc	2012-05-30 16:44:45 UTC (rev 20226)
+++ short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/meshio/OutputSolnPoints.cc	2012-05-30 16:45:12 UTC (rev 20227)
@@ -101,7 +101,7 @@
     pointsNondim[i] = points[i] / normalizer.lengthScale();
   } // for
 
-#if 1 // DEBUGGING
+#if 0 // DEBUGGING
   std::cout << "OUTPUT SOLN POINTS (dimensioned)" << std::endl;
   for (int i=0; i < numPoints; ++i) {
     for (int iDim=0; iDim < spaceDim; ++iDim) {
@@ -172,7 +172,7 @@
   ALE::OverlapBuilder<>::constructOverlap(emptyPoints, emptyRenumbering, sendOverlap, recvOverlap);
   _pointsMesh->sieveMesh()->setCalculatedOverlap(true);
 
-#if 1 // DEBUGGING
+#if 0 // DEBUGGING
   _pointsMesh->view("POINTS MESH");
 #endif
 



More information about the CIG-COMMITS mailing list