[cig-commits] r19172 - short/3D/PyLith/branches/v1.6-stable/unittests/libtests/faults

brad at geodynamics.org brad at geodynamics.org
Thu Nov 10 09:52:58 PST 2011


Author: brad
Date: 2011-11-10 09:52:58 -0800 (Thu, 10 Nov 2011)
New Revision: 19172

Modified:
   short/3D/PyLith/branches/v1.6-stable/unittests/libtests/faults/TestFaultCohesiveDyn.cc
Log:
Turned off debugging output.

Modified: short/3D/PyLith/branches/v1.6-stable/unittests/libtests/faults/TestFaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/unittests/libtests/faults/TestFaultCohesiveDyn.cc	2011-11-10 17:52:31 UTC (rev 19171)
+++ short/3D/PyLith/branches/v1.6-stable/unittests/libtests/faults/TestFaultCohesiveDyn.cc	2011-11-10 17:52:58 UTC (rev 19172)
@@ -232,7 +232,7 @@
       fields.get("dispIncr(t->t+dt)").section();
     CPPUNIT_ASSERT(!dispIncrSection.isNull());
 
-    dispIncrSection->view("DISP INCREMENT"); // DEBUGGING
+    //dispIncrSection->view("DISP INCREMENT"); // DEBUGGING
 
     // Get expected values
     const double* valsE = _data->fieldIncrStick; // No change in dispIncr
@@ -750,7 +750,7 @@
   mesh->coordsys(&cs);
   mesh->nondimensionalize(normalizer);
   
-  const double upDir[] = { 0.0, 0.0, 1.0 };
+  const double upDir[3] = { 0.0, 0.0, 1.0 };
   
   fault->initialize(*mesh, upDir);
   



More information about the CIG-COMMITS mailing list