diff liboctave/dbleSVD.cc @ 3504:5eef8a2294bd

[project @ 2000-02-01 10:06:51 by jwe]
author jwe
date Tue, 01 Feb 2000 10:07:26 +0000
parents d14c483b3c12
children 7da18459c08b
line wrap: on
line diff
--- a/liboctave/dbleSVD.cc	Tue Feb 01 04:06:39 2000 +0000
+++ b/liboctave/dbleSVD.cc	Tue Feb 01 10:07:26 2000 +0000
@@ -164,8 +164,8 @@
   return info;
 }
 
-ostream&
-operator << (ostream& os, const SVD& a)
+std::ostream&
+operator << (std::ostream& os, const SVD& a)
 {
   os << a.left_singular_matrix () << "\n";
   os << a.singular_values () << "\n";