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

hongjun at mcs.anl.gov hongjun at mcs.anl.gov
Wed Apr 7 16:58:02 CDT 2010


Author: hongjun
Date: 2010-04-07 16:58:02 -0500 (Wed, 07 Apr 2010)
New Revision: 3758

Modified:
   MOAB/trunk/src/OrientedBoxTreeTool.cpp
Log:
o Change minTolInt from unsigned to int
o To get all ray/surface intersections, minTolInt can be asigned the number less than zero


Modified: MOAB/trunk/src/OrientedBoxTreeTool.cpp
===================================================================
--- MOAB/trunk/src/OrientedBoxTreeTool.cpp	2010-04-07 21:06:48 UTC (rev 3757)
+++ MOAB/trunk/src/OrientedBoxTreeTool.cpp	2010-04-07 21:58:02 UTC (rev 3758)
@@ -830,7 +830,7 @@
 {
   private:
     OrientedBoxTreeTool* tool;
-    unsigned minTolInt;
+    int minTolInt;
     const CartVect b, m;
     const double* len;
     const double tol;








































More information about the moab-dev mailing list