[cig-commits] r17079 - short/3D/PyLith/trunk/examples/greensfns/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Aug 10 21:11:45 PDT 2010


Author: willic3
Date: 2010-08-10 21:11:44 -0700 (Tue, 10 Aug 2010)
New Revision: 17079

Modified:
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfgen.py
Log:
Fixed mistake in output spatial databases where reverse-slip was used twice.


Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/gfgen.py
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfgen.py	2010-08-10 23:38:20 UTC (rev 17078)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfgen.py	2010-08-11 04:11:44 UTC (rev 17079)
@@ -219,7 +219,7 @@
       info2 = {'name': "left-lateral-slip",
                'units': "m",
                'data': array2.flatten()}
-      info3 = {'name': "reverse-slip",
+      info3 = {'name': "fault-opening",
                'units': "m",
                'data': array2.flatten()}
 



More information about the CIG-COMMITS mailing list