[cig-commits] r7446 - short/3D/PyLith/trunk/pylith/faults

brad at geodynamics.org brad at geodynamics.org
Sun Jun 24 16:42:24 PDT 2007


Author: brad
Date: 2007-06-24 16:42:24 -0700 (Sun, 24 Jun 2007)
New Revision: 7446

Modified:
   short/3D/PyLith/trunk/pylith/faults/SingleFault.py
Log:
Set default fault facility to FaultCohesiveKin.

Modified: short/3D/PyLith/trunk/pylith/faults/SingleFault.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/SingleFault.py	2007-06-24 23:22:26 UTC (rev 7445)
+++ short/3D/PyLith/trunk/pylith/faults/SingleFault.py	2007-06-24 23:42:24 UTC (rev 7446)
@@ -44,8 +44,9 @@
 
     import pyre.inventory
 
-    from Fault import Fault
-    fault = pyre.inventory.facility("fault", family="fault", factory=Fault)
+    from FaultCohesiveKin import FaultCohesiveKin
+    fault = pyre.inventory.facility("fault", family="fault",
+                                    factory=FaultCohesiveKin)
     fault.meta['tip'] = "Fault in problem."
 
 



More information about the cig-commits mailing list