Mercurial > hg > octave-nkf
diff liboctave/boolMatrix.h @ 3504:5eef8a2294bd
[project @ 2000-02-01 10:06:51 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 10:07:26 +0000 |
parents | 7aae2c3636a7 |
children | 9d8306640373 |
line wrap: on
line diff
--- a/liboctave/boolMatrix.h +++ b/liboctave/boolMatrix.h @@ -69,8 +69,8 @@ #if 0 // i/o - friend ostream& operator << (ostream& os, const Matrix& a); - friend istream& operator >> (istream& is, Matrix& a); + friend std::ostream& operator << (std::ostream& os, const Matrix& a); + friend std::istream& operator >> (std::istream& is, Matrix& a); #endif private: