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

brad at geodynamics.org brad at geodynamics.org
Tue Mar 2 07:57:44 PST 2010


Author: brad
Date: 2010-03-02 07:57:44 -0800 (Tue, 02 Mar 2010)
New Revision: 16362

Modified:
   short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py
Log:
Fixed component registration name.

Modified: short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py	2010-03-01 22:36:08 UTC (rev 16361)
+++ short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py	2010-03-02 15:57:44 UTC (rev 16362)
@@ -66,7 +66,7 @@
 
   # PUBLIC METHODS /////////////////////////////////////////////////////
 
-  def __init__(self, name="faultcohesivedynl"):
+  def __init__(self, name="faultcohesivedyn"):
     """
     Initialize configuration.
     """



More information about the CIG-COMMITS mailing list