diff options
Diffstat (limited to 'graphics/nurbs++/files/patch-matrix_matrix_complex.cpp')
-rw-r--r-- | graphics/nurbs++/files/patch-matrix_matrix_complex.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp b/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp new file mode 100644 index 000000000000..2b85957043a1 --- /dev/null +++ b/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp @@ -0,0 +1,11 @@ +--- 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 ; |