summaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp
blob: 2b85957043a172224ad022d9dc7a0ad7cf09e3ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 ;