[cig-commits] r8273 - short/3D/PyLith/trunk/unittests/pytests/topology

brad at geodynamics.org brad at geodynamics.org
Fri Nov 9 16:50:16 PST 2007


Author: brad
Date: 2007-11-09 16:50:16 -0800 (Fri, 09 Nov 2007)
New Revision: 8273

Modified:
   short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py
Log:
Added call to _configure() to set default properties.

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py	2007-11-10 00:21:34 UTC (rev 8272)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py	2007-11-10 00:50:16 UTC (rev 8273)
@@ -43,6 +43,7 @@
 
     from pylith.meshio.SolutionIOVTK import SolutionIOVTK
     io = SolutionIOVTK()
+    io._configure()
     io.filename = 'mesh.vtk'
     from spatialdata.geocoords.CSCart import CSCart
     io.coordsys = CSCart()



More information about the cig-commits mailing list