Mercurial > hg > octave-lyh
diff liboctave/CRowVector.h @ 532:2ca256b77602
[project @ 1994-07-20 19:56:55 by jwe]
author | jwe |
---|---|
date | Wed, 20 Jul 1994 19:56:55 +0000 |
parents | 38cb88095913 |
children | 714fd17fca28 |
line wrap: on
line diff
--- a/liboctave/CRowVector.h +++ b/liboctave/CRowVector.h @@ -37,6 +37,7 @@ class ComplexRowVector : public Array<Complex> { friend class ComplexColumnVector; +friend class RowVector; public: @@ -142,7 +143,7 @@ // i/o friend ostream& operator << (ostream& os, const ComplexRowVector& a); - friend ostream& operator >> (ostream& is, ComplexRowVector& a); + friend istream& operator >> (istream& is, ComplexRowVector& a); #define KLUDGE_VECTORS #define TYPE Complex