ports/graphics/nurbs++/files/patch-d_nurbsSub.cpp
Alexey Dokuchaev 25f100a96e - Resurrect; unbreak on all supported versions of FreeBSD (and 8.X)
- Drop leading indefinite article from COMMENT text
- Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
2015-10-21 16:34:23 +00:00

13 lines
525 B
C++

--- nurbs/d_nurbsSub.cpp.orig Mon May 13 13:11:57 2002
+++ nurbs/d_nurbsSub.cpp Fri Dec 1 01:17:36 2006
@@ -14,8 +14,8 @@
template class RenderMeshPoints<double> ;
- double NurbSurface<double>::epsilon = 1e-6 ;
- double SurfSample<double>::epsilon = 1e-6 ;
+ template <> double NurbSurface<double>::epsilon = 1e-6 ;
+ template <> double SurfSample<double>::epsilon = 1e-6 ;
template void DrawSubdivision( NurbSurface<double> *, double tolerance );
template void DrawEvaluation( NurbSurface<double> * );