mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- Drop leading indefinite article from COMMENT text - Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
13 lines
499 B
C
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
|