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

brad at geodynamics.org brad at geodynamics.org
Fri Oct 15 16:14:27 PDT 2010


Author: brad
Date: 2010-10-15 16:14:27 -0700 (Fri, 15 Oct 2010)
New Revision: 17287

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
Log:
Revert inadvertent commit.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-10-15 23:13:43 UTC (rev 17286)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-10-15 23:14:27 UTC (rev 17287)
@@ -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