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

brad at geodynamics.org brad at geodynamics.org
Fri Oct 15 11:03:18 PDT 2010


Author: brad
Date: 2010-10-15 11:03:18 -0700 (Fri, 15 Oct 2010)
New Revision: 17280

Modified:
   short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5Mesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubSubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py
Log:
Fixed name of factory method.

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5Mesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5Mesh.py	2010-10-15 17:54:40 UTC (rev 17279)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5Mesh.py	2010-10-15 18:03:18 UTC (rev 17280)
@@ -56,7 +56,7 @@
 
 # FACTORIES ////////////////////////////////////////////////////////////
 
-def output_data_writer():
+def data_writer():
   """
   Factory associated with DataWriter.
   """

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubMesh.py	2010-10-15 17:54:40 UTC (rev 17279)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubMesh.py	2010-10-15 18:03:18 UTC (rev 17280)
@@ -59,7 +59,7 @@
 
 # FACTORIES ////////////////////////////////////////////////////////////
 
-def output_data_writer():
+def data_writer():
   """
   Factory associated with DataWriter.
   """

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubSubMesh.py	2010-10-15 17:54:40 UTC (rev 17279)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterHDF5SubSubMesh.py	2010-10-15 18:03:18 UTC (rev 17280)
@@ -56,7 +56,7 @@
 
 # FACTORIES ////////////////////////////////////////////////////////////
 
-def output_data_writer():
+def data_writer():
   """
   Factory associated with DataWriter.
   """

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py	2010-10-15 17:54:40 UTC (rev 17279)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py	2010-10-15 18:03:18 UTC (rev 17280)
@@ -59,7 +59,7 @@
 
 # FACTORIES ////////////////////////////////////////////////////////////
 
-def output_data_writer():
+def data_writer():
   """
   Factory associated with DataWriter.
   """

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py	2010-10-15 17:54:40 UTC (rev 17279)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py	2010-10-15 18:03:18 UTC (rev 17280)
@@ -59,7 +59,7 @@
 
 # FACTORIES ////////////////////////////////////////////////////////////
 
-def output_data_writer():
+def data_writer():
   """
   Factory associated with DataWriter.
   """

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py	2010-10-15 17:54:40 UTC (rev 17279)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py	2010-10-15 18:03:18 UTC (rev 17280)
@@ -59,7 +59,7 @@
 
 # FACTORIES ////////////////////////////////////////////////////////////
 
-def output_data_writer():
+def data_writer():
   """
   Factory associated with DataWriter.
   """



More information about the CIG-COMMITS mailing list