[cig-commits] r20153 - short/3D/PyLith/branches/v1.7-trunk/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Wed May 16 11:17:20 PDT 2012


Author: brad
Date: 2012-05-16 11:17:20 -0700 (Wed, 16 May 2012)
New Revision: 20153

Modified:
   short/3D/PyLith/branches/v1.7-trunk/pylith/problems/TimeDependent.py
Log:
Fixed typo introduced yesterday.

Modified: short/3D/PyLith/branches/v1.7-trunk/pylith/problems/TimeDependent.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/pylith/problems/TimeDependent.py	2012-05-16 17:39:57 UTC (rev 20152)
+++ short/3D/PyLith/branches/v1.7-trunk/pylith/problems/TimeDependent.py	2012-05-16 18:17:20 UTC (rev 20153)
@@ -145,7 +145,7 @@
       for material in self.materials.components():
         material.useElasticBehavior(True)
 
-      self.formulation.prestepElastic(t, dt)
+      self.formulation.prestep(t, dt)
       self._eventLogger.stagePop()
 
       if 0 == comm.rank:



More information about the CIG-COMMITS mailing list