From de41dc41f09800329e668c2329ab2c9435a639b4 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 5 Feb 2014 10:37:49 +0000 Subject: - Kill graphics/nurbs++ -- can't be built on any supported version --- graphics/nurbs++/files/patch-nurbs_sp.cpp | 62 ------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 graphics/nurbs++/files/patch-nurbs_sp.cpp (limited to 'graphics/nurbs++/files/patch-nurbs_sp.cpp') diff --git a/graphics/nurbs++/files/patch-nurbs_sp.cpp b/graphics/nurbs++/files/patch-nurbs_sp.cpp deleted file mode 100644 index e3e4b28892bb..000000000000 --- a/graphics/nurbs++/files/patch-nurbs_sp.cpp +++ /dev/null @@ -1,62 +0,0 @@ ---- nurbs/nurbs_sp.cpp.orig Mon May 13 14:07:46 2002 -+++ nurbs/nurbs_sp.cpp Fri Dec 1 00:46:20 2006 -@@ -41,7 +41,7 @@ - */ - template - void NurbsCurveSP::updateMaxU() { -- if(deg_>3){ -+ if(this->deg_>3){ - #ifdef USE_EXCEPTION - throw NurbsInputError(); - #else -@@ -51,10 +51,10 @@ - #endif - } - else{ -- maxU.resize(P.n()) ; -- maxAt_.resize(P.n()) ; -- for(int i=0;iP.n()) ; -+ maxAt_.resize(this->P.n()) ; -+ for(int i=0;iP.n();++i){ -+ if(!maxInfluence(i,this->U,this->deg_,maxAt_[i])) - cerr << "Problem in maxInfluence U!\n" ; - if(i>0) - if(maxAt_[i]