aboutsummaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-matrix_matrix_double.cpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-15 17:39:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-15 17:39:03 +0000
commitc4adc8534a0e26b7b00b4a258ea43fb0721646d3 (patch)
tree034f88b668d23255c88b42700e56e74e69349ea2 /graphics/nurbs++/files/patch-matrix_matrix_double.cpp
parent7ade77179ed800bfda14bdede104d07924dfe1c4 (diff)
Notes
Diffstat (limited to 'graphics/nurbs++/files/patch-matrix_matrix_double.cpp')
-rw-r--r--graphics/nurbs++/files/patch-matrix_matrix_double.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/nurbs++/files/patch-matrix_matrix_double.cpp b/graphics/nurbs++/files/patch-matrix_matrix_double.cpp
new file mode 100644
index 000000000000..2f9983544561
--- /dev/null
+++ b/graphics/nurbs++/files/patch-matrix_matrix_double.cpp
@@ -0,0 +1,11 @@
+--- matrix/matrix_double.cpp.orig 2008-02-13 22:16:31.000000000 +0100
++++ matrix/matrix_double.cpp 2008-02-13 22:16:45.000000000 +0100
+@@ -27,7 +27,7 @@
+
+ namespace PLib {
+
+- void Matrix<double>::qSort(){
++ template<> void Matrix<double>::qSort(){
+ qsort((char*)m,rows()*cols(),sizeof(double),compareDouble) ;
+ }
+