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

brad at geodynamics.org brad at geodynamics.org
Sat Jun 13 21:53:16 PDT 2009


Author: brad
Date: 2009-06-13 21:53:16 -0700 (Sat, 13 Jun 2009)
New Revision: 15233

Modified:
   short/3D/PyLith/trunk/pylith/problems/Problem.py
Log:
Removed obsolete property.

Modified: short/3D/PyLith/trunk/pylith/problems/Problem.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Problem.py	2009-06-14 04:52:17 UTC (rev 15232)
+++ short/3D/PyLith/trunk/pylith/problems/Problem.py	2009-06-14 04:53:16 UTC (rev 15233)
@@ -80,9 +80,6 @@
     import pyre.inventory
     from pylith.utils.EmptyBin import EmptyBin
 
-    useGravity = pyre.inventory.bool("use_gravity", default=False)
-    useGravity.meta['tip'] = "Use gravitational body forces in problem."
-    
     dimension = pyre.inventory.int("dimension", default=3,
                                    validator=pyre.inventory.choice([1,2,3]))
     dimension.meta['tip'] = "Spatial dimension of problem space."



More information about the CIG-COMMITS mailing list