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

brad at geodynamics.org brad at geodynamics.org
Fri Feb 15 07:43:41 PST 2008


Author: brad
Date: 2008-02-15 07:43:41 -0800 (Fri, 15 Feb 2008)
New Revision: 11157

Modified:
   short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py
Log:
Added missing call to Integrator.poststep() in IntegratorElasticity.poststep().

Modified: short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py	2008-02-15 01:23:32 UTC (rev 11156)
+++ short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py	2008-02-15 15:43:41 UTC (rev 11157)
@@ -99,6 +99,8 @@
     logEvent = "%spoststep" % self._loggingPrefix
     self._logger.eventBegin(logEvent)
 
+    Integrator.poststep(self, t, dt, totalTime, fields)
+
     self._info.log("Writing material data.")
     self.output.writeData(t+dt, fields)
 



More information about the cig-commits mailing list