[MOAB-dev] r4745 - MOAB/trunk/src

iulian at mcs.anl.gov iulian at mcs.anl.gov
Sun Apr 17 22:53:11 CDT 2011


Author: iulian
Date: 2011-04-17 22:53:11 -0500 (Sun, 17 Apr 2011)
New Revision: 4745

Modified:
   MOAB/trunk/src/FBEngine.cpp
Log:
forgot to turn off debugging


Modified: MOAB/trunk/src/FBEngine.cpp
===================================================================
--- MOAB/trunk/src/FBEngine.cpp	2011-04-18 03:44:28 UTC (rev 4744)
+++ MOAB/trunk/src/FBEngine.cpp	2011-04-18 03:53:11 UTC (rev 4745)
@@ -29,7 +29,7 @@
 double tolerance = 0.01; // TODO: how is this used ????
 double tolerance_segment = 0.000001; // for segments intersection, points collapse
 const bool Debug_surf_eval = false;
-bool debug_splits = true;// false?
+bool debug_splits = false;// false?
 
 // will compute intersection between a segment and slice of a plane
 // output is the intersection point








































More information about the moab-dev mailing list