[MOAB-dev] r5731 - MOAB/trunk/examples

iulian at mcs.anl.gov iulian at mcs.anl.gov
Mon Sep 10 10:46:31 CDT 2012


Author: iulian
Date: 2012-09-10 10:46:31 -0500 (Mon, 10 Sep 2012)
New Revision: 5731

Modified:
   MOAB/trunk/examples/IntxMeshes.cpp
Log:
turn off debugging


Modified: MOAB/trunk/examples/IntxMeshes.cpp
===================================================================
--- MOAB/trunk/examples/IntxMeshes.cpp	2012-09-10 15:45:47 UTC (rev 5730)
+++ MOAB/trunk/examples/IntxMeshes.cpp	2012-09-10 15:46:31 UTC (rev 5731)
@@ -62,7 +62,7 @@
 Tag redParentTag;
 Tag blueParentTag;
 
-int dbg_1 = 1;
+int dbg_1 = 0;
 ofstream mout_1;// some debug file
 double epsilon_1 = 1.e-5; // cm, for coincident points in P, the intersection area
 



More information about the moab-dev mailing list