Revision: 42053
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42053&view=rev
Author:   d_rossberg
Date:     2011-01-10 15:28:08 +0000 (Mon, 10 Jan 2011)

Log Message:
-----------
the VAPPROXEQUAL() macro was renamed to VNEAR_EQUAL(), so it was changed here 
too

Modified Paths:
--------------
    rt^3/trunk/src/coreInterface/Arb8.cpp

Modified: rt^3/trunk/src/coreInterface/Arb8.cpp
===================================================================
--- rt^3/trunk/src/coreInterface/Arb8.cpp       2011-01-10 11:11:51 UTC (rev 
42052)
+++ rt^3/trunk/src/coreInterface/Arb8.cpp       2011-01-10 15:28:08 UTC (rev 
42053)
@@ -332,7 +332,7 @@
                 bool             alreadyThere = false;
 
                 for (size_t i = 0; i < 8; ++i) {
-                    if (VAPPROXEQUAL(point.coordinates, internalp->pt[i], 
SQRT_SMALL_FASTF)) {
+                    if (VNEAR_EQUAL(point.coordinates, internalp->pt[i], 
SQRT_SMALL_FASTF)) {
                         alreadyThere = true;
                         break;
                     }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to