Revision: 55945
          http://sourceforge.net/p/brlcad/code/55945
Author:   phoenixyjll
Date:     2013-07-03 05:08:23 +0000 (Wed, 03 Jul 2013)
Log Message:
-----------
Oops, tree 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-07-03 05:04:48 UTC (rev 
55944)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-07-03 05:08:23 UTC (rev 
55945)
@@ -1023,7 +1023,7 @@
 
 
 void
-newton_csi(double& t, double& u, double& v, const ON_Curve* curveA, const 
ON_Surface* surfB, double intersection_tolerance, brlcad::SurfaceTree* 
UNUSED(tree))
+newton_csi(double& t, double& u, double& v, const ON_Curve* curveA, const 
ON_Surface* surfB, double intersection_tolerance, brlcad::SurfaceTree* tree)
 {
     // Equations:
     //   x_a(t) - x_b(u,v) = 0

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