Mercurial > hg > octave-lyh
diff liboctave/boolMatrix.cc @ 2833:011e9216356f
[project @ 1997-03-26 06:51:44 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 1997 06:51:44 +0000 |
parents | 4dff308e9acc |
children | 8b262e771614 |
line wrap: on
line diff
--- a/liboctave/boolMatrix.cc +++ b/liboctave/boolMatrix.cc @@ -76,7 +76,7 @@ } boolMatrix -Matrix::all (void) const +boolMatrix::all (void) const { int nr = rows (); int nc = cols (); @@ -130,7 +130,7 @@ } boolMatrix -Matrix::any (void) const +boolMatrix::any (void) const { int nr = rows (); int nc = cols ();