Revision: 55834
          http://sourceforge.net/p/brlcad/code/55834
Author:   phoenixyjll
Date:     2013-06-25 07:32:26 +0000 (Tue, 25 Jun 2013)
Log Message:
-----------
overlap_tolerance is used now.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/intersect.cpp

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-06-25 06:48:22 UTC (rev 
55833)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-06-25 07:32:26 UTC (rev 
55834)
@@ -542,7 +542,7 @@
             const ON_Curve* curveB,
             ON_SimpleArray<ON_X_EVENT>& x,
             double intersection_tolerance,
-            double UNUSED(overlap_tolerance),
+            double overlap_tolerance,
             const ON_Interval* curveA_domain,
             const ON_Interval* curveB_domain)
 {

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to