[cig-commits] r19760 - short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Fri Mar 9 09:46:44 PST 2012


Author: brad
Date: 2012-03-09 09:46:44 -0800 (Fri, 09 Mar 2012)
New Revision: 19760

Modified:
   short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/problems/SolverLinear.cc
Log:
Comment out debugging info.

Modified: short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/problems/SolverLinear.cc
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/problems/SolverLinear.cc	2012-03-09 15:53:51 UTC (rev 19759)
+++ short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/problems/SolverLinear.cc	2012-03-09 17:46:44 UTC (rev 19760)
@@ -100,7 +100,7 @@
   const int scatterEvent = _logger->eventId("SoLi scatter");
   _logger->eventBegin(scatterEvent);
 
-  PetscFunctionBegin;
+  //PetscFunctionBegin; // DEBUGGING
 
   // Update PetscVector view of field.
   residual.scatterSectionToVector();
@@ -167,7 +167,7 @@
   // Update rate fields to be consistent with current solution.
   _formulation->calcRateFields();
 
-  PetscFunctionReturnVoid();
+  //PetscFunctionReturnVoid(); // DEBUGGING
 } // solve
 
 // ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list