ports/graphics/nurbs++/files/patch-nurbs_nurbs.h
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
499 B
C

--- nurbs/nurbs.h.orig
+++ nurbs/nurbs.h
@@ -105,8 +105,8 @@
// Basis functions
T basisFun(T u, int i, int p=-1) const ;
- void basisFuns(T u, int span, Vector<T>& N) const ;
- void dersBasisFuns(int n,T u, int span, Matrix<T>& N) const;
+ void basisFuns(T u, int span, Vector<T>& N_) const ;
+ void dersBasisFuns(int n,T u, int span, Matrix<T>& N_) const;
// Knot functions
T minKnot() const //! the minimal value for the knot vector