[cig-commits] r8632 - short/3D/PyLith/trunk/pylith/meshio

brad at geodynamics.org brad at geodynamics.org
Mon Dec 10 11:24:42 PST 2007


Author: brad
Date: 2007-12-10 11:24:42 -0800 (Mon, 10 Dec 2007)
New Revision: 8632

Modified:
   short/3D/PyLith/trunk/pylith/meshio/SolutionIOVTK.py
Log:
Fixed typo in setting tip for SolutionIOVTK.

Modified: short/3D/PyLith/trunk/pylith/meshio/SolutionIOVTK.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/SolutionIOVTK.py	2007-12-10 19:23:44 UTC (rev 8631)
+++ short/3D/PyLith/trunk/pylith/meshio/SolutionIOVTK.py	2007-12-10 19:24:42 UTC (rev 8632)
@@ -50,7 +50,7 @@
     filename.meta['tip'] = "Name of VTK file."
 
     timeFormat = pyre.inventory.str("time_format", default="%f")
-    timeFormat.meta = "C style format string for time stamp in filename."
+    timeFormat.meta['tip'] = "C style format string for time stamp in filename."
 
 
   # PUBLIC METHODS /////////////////////////////////////////////////////



More information about the cig-commits mailing list