[cig-commits] r19281 - short/3D/PyLith/branches/v1.6-stable/pylith/friction

brad at geodynamics.org brad at geodynamics.org
Wed Dec 7 15:41:24 PST 2011


Author: brad
Date: 2011-12-07 15:41:24 -0800 (Wed, 07 Dec 2011)
New Revision: 19281

Modified:
   short/3D/PyLith/branches/v1.6-stable/pylith/friction/RateStateAgeing.py
   short/3D/PyLith/branches/v1.6-stable/pylith/friction/TimeWeakening.py
Log:
Fixed typo.

Modified: short/3D/PyLith/branches/v1.6-stable/pylith/friction/RateStateAgeing.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/pylith/friction/RateStateAgeing.py	2011-12-07 13:16:08 UTC (rev 19280)
+++ short/3D/PyLith/branches/v1.6-stable/pylith/friction/RateStateAgeing.py	2011-12-07 23:41:24 UTC (rev 19281)
@@ -76,7 +76,7 @@
          'cell': \
            {'info': [],
             'data': []}}
-    self._loggingPrefix = "FrStat "
+    self._loggingPrefix = "FrRSAg "
     return
 
 

Modified: short/3D/PyLith/branches/v1.6-stable/pylith/friction/TimeWeakening.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/pylith/friction/TimeWeakening.py	2011-12-07 13:16:08 UTC (rev 19280)
+++ short/3D/PyLith/branches/v1.6-stable/pylith/friction/TimeWeakening.py	2011-12-07 23:41:24 UTC (rev 19281)
@@ -50,7 +50,7 @@
          'cell': \
            {'info': [],
             'data': []}}
-    self._loggingPrefix = "FrStat "
+    self._loggingPrefix = "FrTmWk "
     return
 
 



More information about the CIG-COMMITS mailing list