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

brad at geodynamics.org brad at geodynamics.org
Thu Jul 21 12:55:54 PDT 2011


Author: brad
Date: 2011-07-21 12:55:54 -0700 (Thu, 21 Jul 2011)
New Revision: 18792

Modified:
   short/3D/PyLith/branches/v1.6-stable/pylith/problems/Implicit.py
Log:
Removed superfluous debugging output.

Modified: short/3D/PyLith/branches/v1.6-stable/pylith/problems/Implicit.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/pylith/problems/Implicit.py	2011-07-21 18:27:34 UTC (rev 18791)
+++ short/3D/PyLith/branches/v1.6-stable/pylith/problems/Implicit.py	2011-07-21 19:55:54 UTC (rev 18792)
@@ -230,7 +230,7 @@
     self._eventLogger.stagePush("Solve")
     #self.jacobian.view() # TEMPORARY
     self.solver.solve(dispIncr, self.jacobian, residual)
-    dispIncr.view("DISP INCR") # TEMPORARY
+    #dispIncr.view("DISP INCR") # TEMPORARY
 
     # DEBUGGING Verify solution makes residual 0
     #self._reformResidual(t+dt, dt)



More information about the CIG-COMMITS mailing list