# HG changeset patch # User jwe # Date 859359104 0 # Node ID 011e9216356fd788f87f0af271942db53c3b80f1 # Parent 4dff308e9accd49d4aab4d73448f1dcba1816723 [project @ 1997-03-26 06:51:44 by jwe] diff -r 4dff308e9acc -r 011e9216356f liboctave/boolMatrix.cc --- a/liboctave/boolMatrix.cc Wed Mar 26 05:17:00 1997 +0000 +++ b/liboctave/boolMatrix.cc Wed Mar 26 06:51:44 1997 +0000 @@ -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 ();