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

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Feb 22 13:58:51 PST 2010


Author: willic3
Date: 2010-02-22 13:58:51 -0800 (Mon, 22 Feb 2010)
New Revision: 16309

Modified:
   short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py
Log:
Fixed power-law-exponent property name.



Modified: short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py
===================================================================
--- short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py	2010-02-22 21:03:01 UTC (rev 16308)
+++ short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py	2010-02-22 21:58:51 UTC (rev 16309)
@@ -80,7 +80,7 @@
                                        factory=SimpleDB)
   dbTemperature.meta['tip'] = "Spatial db for temperature, T."
 
-  dbAe = pyre.inventory.facility("db_powerlaw_coefficient",
+  dbAe = pyre.inventory.facility("db_power-law_coefficient",
                                  family="spatial_database",
                                  factory=SimpleDB)
   dbAe.meta['tip'] = "Spatial db for power-law coefficient, Ae."



More information about the CIG-COMMITS mailing list