[cig-commits] r22256 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102

brad at geodynamics.org brad at geodynamics.org
Thu Jun 13 13:43:29 PDT 2013


Author: brad
Date: 2013-06-13 13:43:29 -0700 (Thu, 13 Jun 2013)
New Revision: 22256

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_200m.cfg
Log:
Fixed typo in hex8 settings.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_100m.cfg	2013-06-13 19:53:17 UTC (rev 22255)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_100m.cfg	2013-06-13 20:43:29 UTC (rev 22256)
@@ -3,8 +3,8 @@
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = hex8_200m.exo
+[pylithapp.mesh_generator]
+reader.filename = hex8_200m.exo
 refiner = pylith.topology.RefineUniform
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_200m.cfg	2013-06-13 19:53:17 UTC (rev 22255)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/hex8_200m.cfg	2013-06-13 20:43:29 UTC (rev 22256)
@@ -3,8 +3,8 @@
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = hex8_200m.exo
+[pylithapp.mesh_generator]
+reader.filename = hex8_200m.exo
 
 # ----------------------------------------------------------------------
 # problem



More information about the CIG-COMMITS mailing list