[cig-commits] r17290 - short/3D/PyLith/trunk/examples/bar_shearwave/tri3

brad at geodynamics.org brad at geodynamics.org
Sat Oct 16 20:29:17 PDT 2010


Author: brad
Date: 2010-10-16 20:29:17 -0700 (Sat, 16 Oct 2010)
New Revision: 17290

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
Log:
Reverted debug change.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-10-17 03:27:29 UTC (rev 17289)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-10-17 03:29:17 UTC (rev 17290)
@@ -223,19 +223,19 @@
 vertex_data_fields = [displacement,velocity]
 skip = 2
 writer.filename = output/shearwave.vtk
-#writer.time_format = %05.2f
+writer.time_format = %05.2f
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 skip = 2
 writer.filename = output/shearwave-fault.vtk
-#writer.time_format = %05.2f
+writer.time_format = %05.2f
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 skip = 29
 writer.filename = output/shearwave-statevars.vtk
-#writer.time_format = %05.2f
+writer.time_format = %05.2f
 
 # Averate state variables over cell
 cell_filter = pylith.meshio.CellFilterAvgMesh



More information about the CIG-COMMITS mailing list