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

brad at geodynamics.org brad at geodynamics.org
Thu Mar 1 19:04:52 PST 2007


Author: brad
Date: 2007-03-01 19:04:51 -0800 (Thu, 01 Mar 2007)
New Revision: 6154

Modified:
   short/3D/PyLith/trunk/pylith/problems/TimeDependent.py
Log:
Enabled line commented out.

Modified: short/3D/PyLith/trunk/pylith/problems/TimeDependent.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/TimeDependent.py	2007-03-02 03:04:16 UTC (rev 6153)
+++ short/3D/PyLith/trunk/pylith/problems/TimeDependent.py	2007-03-02 03:04:51 UTC (rev 6154)
@@ -79,7 +79,7 @@
     """
     self._info.log("Initializing problem.")
     self.mesh = mesh
-    #self.formulation.initialize(mesh, self.materials)
+    self.formulation.initialize(mesh, self.materials)
     return
 
 



More information about the cig-commits mailing list