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

brad at geodynamics.org brad at geodynamics.org
Sun Dec 13 12:03:55 PST 2009


Author: brad
Date: 2009-12-13 12:03:54 -0800 (Sun, 13 Dec 2009)
New Revision: 16098

Modified:
   short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDynL.py
Log:
Updated name of function (name change).

Modified: short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDynL.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDynL.py	2009-12-13 05:07:27 UTC (rev 16097)
+++ short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDynL.py	2009-12-13 20:03:54 UTC (rev 16098)
@@ -185,7 +185,7 @@
     """
     FaultCohesive._configure(self)
     if not isinstance(self.inventory.db, NullComponent):
-      ModuleFaultCohesiveDynL.dbInitial(self, self.inventory.db)
+      ModuleFaultCohesiveDynL.dbInitialTract(self, self.inventory.db)
     self.output = self.inventory.output
     return
 



More information about the CIG-COMMITS mailing list