mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
- Drop leading indefinite article from COMMENT text - Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
13 lines
525 B
C++
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> * );
|