diff liboctave/dRowVector.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/dRowVector.h	Wed Jul 20 19:47:27 1994 +0000
+++ b/liboctave/dRowVector.h	Wed Jul 20 19:56:55 1994 +0000
@@ -37,6 +37,7 @@
 class RowVector : public Array<double>
 {
 friend class ColumnVector;
+friend class ComplexRowVector;
 
 public:
 
@@ -128,7 +129,7 @@
 // i/o
 
   friend ostream& operator << (ostream& os, const RowVector& a);
-  friend ostream& operator >> (ostream& is, RowVector& a);
+  friend istream& operator >> (istream& is, RowVector& a);
 
 #define KLUDGE_VECTORS
 #define TYPE double