[cig-commits] r16318 - short/3D/PyLith/trunk/applications/utilities

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Feb 22 20:11:31 PST 2010


Author: willic3
Date: 2010-02-22 20:11:30 -0800 (Mon, 22 Feb 2010)
New Revision: 16318

Modified:
   short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py
Log:
Fixed the output property name and made exponent db name consistent with
example.



Modified: short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py
===================================================================
--- short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py	2010-02-23 04:02:28 UTC (rev 16317)
+++ short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py	2010-02-23 04:11:30 UTC (rev 16318)
@@ -80,7 +80,7 @@
                                        factory=SimpleDB)
   dbTemperature.meta['tip'] = "Spatial db for temperature, T."
 
-  dbAe = pyre.inventory.facility("db_power-law_coefficient",
+  dbAe = pyre.inventory.facility("db_powerlaw_coefficient",
                                  family="spatial_database",
                                  factory=SimpleDB)
   dbAe.meta['tip'] = "Spatial db for power-law coefficient, Ae."
@@ -148,7 +148,7 @@
     refStrainRateInfo = {'name': "reference-strain-rate",
                          'units': "1/s",
                          'data': refStrainRate.flatten()}
-    exponentInfo = {'name': "powerlaw-exponent",
+    exponentInfo = {'name': "power-law-exponent",
                     'units': "none",
                     'data': n.flatten()}
 



More information about the CIG-COMMITS mailing list