Mercurial > hg > octave-nkf
diff liboctave/dColVector.h @ 2386:4fc9fd1424a9
[project @ 1996-10-12 18:31:34 by jwe]
author | jwe |
---|---|
date | Sat, 12 Oct 1996 18:38:10 +0000 |
parents | 1b57120c997b |
children | a5a300c61159 |
line wrap: on
line diff
--- a/liboctave/dColVector.h +++ b/liboctave/dColVector.h @@ -50,8 +50,8 @@ return *this; } - int operator == (const ColumnVector& a) const; - int operator != (const ColumnVector& a) const; + bool operator == (const ColumnVector& a) const; + bool operator != (const ColumnVector& a) const; // destructive insert/delete/reorder operations