[cig-commits] r9250 - short/3D/PyLith/trunk/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Tue Feb 5 16:58:34 PST 2008


Author: brad
Date: 2008-02-05 16:58:34 -0800 (Tue, 05 Feb 2008)
New Revision: 9250

Modified:
   short/3D/PyLith/trunk/pylith/problems/Implicit.py
Log:
Removed debugging output.

Modified: short/3D/PyLith/trunk/pylith/problems/Implicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Implicit.py	2008-02-06 00:45:07 UTC (rev 9249)
+++ short/3D/PyLith/trunk/pylith/problems/Implicit.py	2008-02-06 00:58:34 UTC (rev 9250)
@@ -169,9 +169,9 @@
     self.solver.solve(dispIncr, self.jacobian, residual)
 
     # BEGIN TEMPORARY
-    import pylith.topology.topology as bindings
-    bindings.sectionView(self.fields.getReal("dispIncr"), "SOLUTION");
-    bindings.sectionView(self.fields.getReal("residual"), "RESIDUAL");
+    #import pylith.topology.topology as bindings
+    #bindings.sectionView(self.fields.getReal("dispIncr"), "SOLUTION");
+    #bindings.sectionView(self.fields.getReal("residual"), "RESIDUAL");
     # END TEMPORARY
 
     self._logger.eventEnd(logEvent)



More information about the cig-commits mailing list