[cig-commits] r9342 - short/3D/PyLith/trunk/pylith/feassemble

brad at geodynamics.org brad at geodynamics.org
Thu Feb 14 11:30:13 PST 2008


Author: brad
Date: 2008-02-14 11:30:13 -0800 (Thu, 14 Feb 2008)
New Revision: 9342

Modified:
   short/3D/PyLith/trunk/pylith/feassemble/Integrator.py
Log:
Moved output back to IntegratorElasticity where it belongs.

Modified: short/3D/PyLith/trunk/pylith/feassemble/Integrator.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/Integrator.py	2008-02-14 19:07:17 UTC (rev 9341)
+++ short/3D/PyLith/trunk/pylith/feassemble/Integrator.py	2008-02-14 19:30:13 UTC (rev 9342)
@@ -174,9 +174,6 @@
     assert(None != self.cppHandle)
     self.cppHandle.updateState(t.value, fields.cppHandle, self.mesh.cppHandle)
 
-    self._info.log("Writing material data.")
-    self.output.writeData(t+dt, fields)
-
     self._logger.eventEnd(logEvent)
     return
 



More information about the cig-commits mailing list