[cig-commits] r16488 - short/3D/PyLith/trunk/unittests/libtests/faults

brad at geodynamics.org brad at geodynamics.org
Fri Apr 2 08:30:57 PDT 2010


Author: brad
Date: 2010-04-02 08:30:56 -0700 (Fri, 02 Apr 2010)
New Revision: 16488

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc
Log:
Turned off debugging output.

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc	2010-04-02 15:30:29 UTC (rev 16487)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc	2010-04-02 15:30:56 UTC (rev 16488)
@@ -482,7 +482,7 @@
       for (int i = 0; i < fiberDimE; ++i) {
         const int index = iVertex * spaceDim + i;
         const double valE = valsE[index];
-#if 1 // DEBUGGING
+#if 0 // DEBUGGING
 	std::cout << "valE: " << valE
 		  << ", val: " << vals[i]
 		  << std::endl;
@@ -533,7 +533,7 @@
       for (int i = 0; i < fiberDimE; ++i) {
         const int index = iVertex * spaceDim + i;
         const double valE = valsE[index];
-#if 1 // DEBUGGING
+#if 0 // DEBUGGING
 	std::cout << "valE: " << valE
 		  << ", val: " << vals[i]
 		  << std::endl;



More information about the CIG-COMMITS mailing list