Revision: 57099
http://sourceforge.net/p/brlcad/code/57099
Author: phoenixyjll
Date: 2013-08-23 10:36:57 +0000 (Fri, 23 Aug 2013)
Log Message:
-----------
Opposite logic - if the number of intersections is odd, then we should return
true.
Modified Paths:
--------------
brlcad/trunk/src/libbrep/boolean.cpp
Modified: brlcad/trunk/src/libbrep/boolean.cpp
===================================================================
--- brlcad/trunk/src/libbrep/boolean.cpp 2013-08-23 09:32:45 UTC (rev
57098)
+++ brlcad/trunk/src/libbrep/boolean.cpp 2013-08-23 10:36:57 UTC (rev
57099)
@@ -1249,7 +1249,7 @@
}
}
- return pt_no_dup.Count() % 2 == 0;
+ return pt_no_dup.Count() % 2 != 0;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits