Revision: 53751
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53751&view=rev
Author:   brlcad
Date:     2012-11-19 18:09:39 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
fix up the comment, was called rt_fdiff().  expand a note that sensitivity 
testing is needed but using distance tolerance is probably warranted here.

Modified Paths:
--------------
    brlcad/trunk/src/librt/bool.c

Modified: brlcad/trunk/src/librt/bool.c
===================================================================
--- brlcad/trunk/src/librt/bool.c       2012-11-19 18:08:29 UTC (rev 53750)
+++ brlcad/trunk/src/librt/bool.c       2012-11-19 18:09:39 UTC (rev 53751)
@@ -933,7 +933,10 @@
        return;
     }
 
-    /* arbitrary tolerance is the dominant absolute tolerance from f_diff() */
+    /* arbitrary tolerance is the dominant absolute tolerance from the
+     * now-deprecated rt_fdiff().  need to test sensitivity before
+     * changing to the distance tolerance.
+     */
     if (!NEAR_EQUAL(prev->pt_outhit->hit_dist, pp->pt_inhit->hit_dist, 0.001)) 
{
        /* There is a gap between previous partition and this one.  So
         * both plate and vol start at same place, d=0, plate wins.

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to