summaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-matrix_barray_complex.cpp
blob: 39af5c841c125a234a07924e13f119609989392e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- matrix/barray_complex.cpp.orig	2008-02-13 22:26:03.000000000 +0100
+++ matrix/barray_complex.cpp	2008-02-13 22:26:20.000000000 +0100
@@ -27,7 +27,7 @@
 
 namespace PLib {
 
-ostream&
+template<> ostream&
 BasicArray<Complex>::print(ostream& os)  const{
   const int iend = size();