Revision: 55192
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55192&view=rev
Author:   starseeker
Date:     2013-04-19 19:56:07 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
Looks like we need the dll logic for get_closest_point for the NURBS test 
program on Windows.

Modified Paths:
--------------
    brlcad/trunk/include/brep.h

Modified: brlcad/trunk/include/brep.h
===================================================================
--- brlcad/trunk/include/brep.h 2013-04-19 18:28:37 UTC (rev 55191)
+++ brlcad/trunk/include/brep.h 2013-04-19 19:56:07 UTC (rev 55192)
@@ -1643,7 +1643,7 @@
  *   -- minimum occurs when the gradient is zero, i.e.
  *     \f[ \nabla f(u, v) = |\vec{S}(u, v)-\vec{p}|^2 = 0 \f]
  */
-bool get_closest_point(ON_2dPoint& outpt,
+BREP_EXPORT bool get_closest_point(ON_2dPoint& outpt,
                       ON_BrepFace* face,
                       const ON_3dPoint& point,
                       SurfaceTree* tree = NULL,

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to