Mercurial > hg > octave-lyh
diff liboctave/dColVector.cc @ 889:a962376eac74
[project @ 1994-11-08 02:21:29 by jwe]
author | jwe |
---|---|
date | Tue, 08 Nov 1994 02:22:18 +0000 |
parents | 714fd17fca28 |
children | 2bd199f3f865 |
line wrap: on
line diff
--- a/liboctave/dColVector.cc +++ b/liboctave/dColVector.cc @@ -201,7 +201,7 @@ { (*current_liboctave_error_handler) ("nonconformant vector += operation attempted"); - return ColumnVector (); + *this; } if (len == 0) @@ -221,7 +221,7 @@ { (*current_liboctave_error_handler) ("nonconformant vector -= operation attempted"); - return ColumnVector (); + return *this; } if (len == 0)