[cig-commits] r7330 - short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Jun 20 16:46:34 PDT 2007


Author: willic3
Date: 2007-06-20 16:46:33 -0700 (Wed, 20 Jun 2007)
New Revision: 7330

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
Log:
Changed default for autoRotateSlipperyNodes to false, since this adds
additional computations that aren't needed.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-06-20 23:19:15 UTC (rev 7329)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-06-20 23:46:33 UTC (rev 7330)
@@ -267,7 +267,7 @@
     partitioner.meta['tip'] = "Partitioner (chaco, parmetis)."
 
     # Unused option flags.
-    iskopt = pyre.bool("autoRotateSlipperyNodes",default=True)
+    iskopt = pyre.bool("autoRotateSlipperyNodes",default=False)
     iskopt.meta['tip'] = "Whether to performa automatic rotation for slippery nodes (presently unused)."
     iskopt.__converter = lambda self, value: int(value) + 1
 



More information about the cig-commits mailing list