[cig-commits] r22749 - short/3D/PyLith/trunk/libsrc/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Fri Aug 30 10:55:31 PDT 2013


Author: brad
Date: 2013-08-30 10:55:30 -0700 (Fri, 30 Aug 2013)
New Revision: 22749

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/topology/RefineUniform.cc
Log:
Output detailed mesh for debugging.

Modified: short/3D/PyLith/trunk/libsrc/pylith/topology/RefineUniform.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/topology/RefineUniform.cc	2013-08-30 17:55:03 UTC (rev 22748)
+++ short/3D/PyLith/trunk/libsrc/pylith/topology/RefineUniform.cc	2013-08-30 17:55:30 UTC (rev 22749)
@@ -81,7 +81,7 @@
 
   newMesh->dmMesh(dmNew);
 
-  newMesh->view("REFINED_MESH");
+  newMesh->view("REFINED_MESH", "::ascii_info_detail");
 
   PYLITH_METHOD_END;
 } // refine



More information about the CIG-COMMITS mailing list