[cig-commits] r19483 - short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Thu Jan 26 10:25:18 PST 2012


Author: brad
Date: 2012-01-26 10:25:18 -0800 (Thu, 26 Jan 2012)
New Revision: 19483

Modified:
   short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/MeshRefiner.cc
Log:
Removed obsolete overlap debugging stuff from Refine*.cc. Add overlap debugging output to MeshRefiner (wait until after overlap assemble. Added some simple consistency checks of the new overlaps following refinement (could be replaced by appropriate tests).

Modified: short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/MeshRefiner.cc
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/MeshRefiner.cc	2012-01-26 18:24:53 UTC (rev 19482)
+++ short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/MeshRefiner.cc	2012-01-26 18:25:18 UTC (rev 19483)
@@ -830,7 +830,7 @@
     } // if
   } // for
   
-#if 1 // DEBUGGING
+#if 0 // DEBUGGING
   sendOverlap->view("OLD SEND OVERLAP");
   recvOverlap->view("OLD RECV OVERLAP");
   newSendOverlap->view("NEW SEND OVERLAP");



More information about the CIG-COMMITS mailing list