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

brad at geodynamics.org brad at geodynamics.org
Tue May 24 16:35:30 PDT 2011


Author: brad
Date: 2011-05-24 16:35:30 -0700 (Tue, 24 May 2011)
New Revision: 18456

Modified:
   short/3D/PyLith/trunk/unittests/pytests/topology/TestRefineUniform.py
Log:
Removed debugging output.

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestRefineUniform.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestRefineUniform.py	2011-05-24 22:31:09 UTC (rev 18455)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestRefineUniform.py	2011-05-24 23:35:30 UTC (rev 18456)
@@ -85,7 +85,7 @@
     io.inventory.coordsys = cs
     io._configure()
     
-    mesh = io.read(debug=True, interpolate=False)
+    mesh = io.read(debug=False, interpolate=False)
 
     if not faultGroup is None:
       from pylith.faults.FaultCohesiveKin import FaultCohesiveKin
@@ -107,8 +107,6 @@
     refiner = RefineUniform()
     meshRefined = refiner.refine(mesh)
 
-    meshRefined.view("MESH")
-    
     return
 
 



More information about the CIG-COMMITS mailing list