opnsense-ports/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp
Franco Fichtner d5366846d8 */*: sync with upstream
Taken from: FreeBSD
2015-10-22 08:15:02 +02:00

11 lines
331 B
C++

--- 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 ;