[cig-commits] r19612 - short/3D/PyLith/trunk/unittests/libtests/meshio

brad at geodynamics.org brad at geodynamics.org
Fri Feb 10 12:33:15 PST 2012


Author: brad
Date: 2012-02-10 12:33:15 -0800 (Fri, 10 Feb 2012)
New Revision: 19612

Modified:
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnPoints.cc
Log:
Turn off debugging output.

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnPoints.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnPoints.cc	2012-02-10 20:29:33 UTC (rev 19611)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnPoints.cc	2012-02-10 20:33:15 UTC (rev 19612)
@@ -128,7 +128,7 @@
   const ALE::Obj<SieveMesh>& sievePointsMesh = pointsMesh.sieveMesh();
   CPPUNIT_ASSERT(!sievePointsMesh.isNull());
 
-  pointsMesh.view("POINTS MESH"); // DEBUGGING
+  //pointsMesh.view("POINTS MESH"); // DEBUGGING
 
   // Check vertices
   const ALE::Obj<SieveMesh::label_sequence>& vertices = 
@@ -167,5 +167,4 @@
 } // _testSetupInterpolator
 
 
-
 // End of file 



More information about the CIG-COMMITS mailing list