summaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-nurbsS.cpp
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-05 10:37:49 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-05 10:37:49 +0000
commitde41dc41f09800329e668c2329ab2c9435a639b4 (patch)
treecea88d12da69251c4b42e11ba43b43473021e109 /graphics/nurbs++/files/patch-nurbsS.cpp
parent- Use pkg-message instead of pre-everything echos (diff)
- Kill graphics/nurbs++ -- can't be built on any supported version
Diffstat (limited to 'graphics/nurbs++/files/patch-nurbsS.cpp')
-rw-r--r--graphics/nurbs++/files/patch-nurbsS.cpp68
1 files changed, 0 insertions, 68 deletions
diff --git a/graphics/nurbs++/files/patch-nurbsS.cpp b/graphics/nurbs++/files/patch-nurbsS.cpp
deleted file mode 100644
index 1f26cda2743a..000000000000
--- a/graphics/nurbs++/files/patch-nurbsS.cpp
+++ /dev/null
@@ -1,68 +0,0 @@
---- nurbs/nurbsS.cpp.orig Mon May 13 14:07:46 2002
-+++ nurbs/nurbsS.cpp Fri Dec 1 00:32:26 2006
-@@ -30,7 +30,7 @@
- #include "integrate.h"
-
- #ifdef USING_VCC
--#include <malloc.h>
-+#include <stdlib.h>
- #endif
-
- /*!
-@@ -3762,12 +3762,12 @@
- // we use and angle of 36 to view the object
- // and position the rest according to this.
- Point_nD<T,N> minP, maxP ;
-- minP.x() = extremum(1,coordX) ;
-- minP.y() = extremum(1,coordY) ;
-- minP.z() = extremum(1,coordZ) ;
-- maxP.x() = extremum(0,coordX) ;
-- maxP.y() = extremum(0,coordY) ;
-- maxP.z() = extremum(0,coordZ) ;
-+ minP.x() = this->extremum(1,coordX) ;
-+ minP.y() = this->extremum(1,coordY) ;
-+ minP.z() = this->extremum(1,coordZ) ;
-+ maxP.x() = this->extremum(0,coordX) ;
-+ maxP.y() = this->extremum(0,coordY) ;
-+ maxP.z() = this->extremum(0,coordZ) ;
-
- Point_nD<T,N> lookAt ;
- lookAt.x() = (minP.x()+maxP.x())/2.0 ;
-@@ -3860,12 +3860,12 @@
- // we use and angle of 36 to view the object
- // and position the rest according to this.
- Point_nD<T,N> minP, maxP ;
-- minP.x() = extremum(1,coordX) ;
-- minP.y() = extremum(1,coordY) ;
-- minP.z() = extremum(1,coordZ) ;
-- maxP.x() = extremum(0,coordX) ;
-- maxP.y() = extremum(0,coordY) ;
-- maxP.z() = extremum(0,coordZ) ;
-+ minP.x() = this->extremum(1,coordX) ;
-+ minP.y() = this->extremum(1,coordY) ;
-+ minP.z() = this->extremum(1,coordZ) ;
-+ maxP.x() = this->extremum(0,coordX) ;
-+ maxP.y() = this->extremum(0,coordY) ;
-+ maxP.z() = this->extremum(0,coordZ) ;
-
- Point_nD<T,N> lookAt ;
- lookAt.x() = (minP.x()+maxP.x())/2.0 ;
-@@ -4045,12 +4045,12 @@
- }
-
- Point_nD<T,N> minP, maxP ;
-- minP.x() = extremum(1,coordX) ;
-- minP.y() = extremum(1,coordY) ;
-- minP.z() = extremum(1,coordZ) ;
-- maxP.x() = extremum(0,coordX) ;
-- maxP.y() = extremum(0,coordY) ;
-- maxP.z() = extremum(0,coordZ) ;
-+ minP.x() = this->extremum(1,coordX) ;
-+ minP.y() = this->extremum(1,coordY) ;
-+ minP.z() = this->extremum(1,coordZ) ;
-+ maxP.x() = this->extremum(0,coordX) ;
-+ maxP.y() = this->extremum(0,coordY) ;
-+ maxP.z() = this->extremum(0,coordZ) ;
-
- Point_nD<T,N> lookAt ;
- lookAt.x() = (minP.x()+maxP.x())/2.0 ;