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

brad at geodynamics.org brad at geodynamics.org
Mon Jun 15 21:29:16 PDT 2009


Author: brad
Date: 2009-06-15 21:29:16 -0700 (Mon, 15 Jun 2009)
New Revision: 15295

Modified:
   short/3D/PyLith/trunk/pylith/problems/Solver.py
Log:
Removed superfluous property.

Modified: short/3D/PyLith/trunk/pylith/problems/Solver.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Solver.py	2009-06-16 04:28:52 UTC (rev 15294)
+++ short/3D/PyLith/trunk/pylith/problems/Solver.py	2009-06-16 04:29:16 UTC (rev 15295)
@@ -44,10 +44,6 @@
 
     import pyre.inventory
 
-    guessZero = pyre.inventory.bool("initial_guess_zero", default=True)
-    guessZero.meta['tip'] = "Use zero for initial guess."
-    
-
   # PUBLIC METHODS /////////////////////////////////////////////////////
 
   def __init__(self, name="solver"):



More information about the CIG-COMMITS mailing list