aboutsummaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/nurbs++/files/patch-matrix_matrix_complex.cpp')
-rw-r--r--graphics/nurbs++/files/patch-matrix_matrix_complex.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp b/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp
deleted file mode 100644
index 2b85957043a1..000000000000
--- a/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- matrix/matrix_complex.cpp.orig 2008-02-13 22:27:09.000000000 +0100
-+++ matrix/matrix_complex.cpp 2008-02-13 22:27:30.000000000 +0100
-@@ -27,7 +27,7 @@
-
- namespace PLib {
-
-- double Matrix<Complex>::norm(void){
-+ template<> double Matrix<Complex>::norm(void){
- int i,j ;
- double sumR, sumI, maxsum;
- int init=0 ;