Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 2844:71a47e9360c0
[project @ 1997-03-26 21:35:06 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 1997 21:35:15 +0000 |
parents | 4dff308e9acc |
children | b7f43611d1e8 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * MArray-b.cc: Delete. + * Makefile.in: Delete it from the lists. + + * boolMatrix.h (class bboolMatrix): Derive from Array2, not + MArray2, since most of the numeric ops don't really make sense. + Tue Mar 25 17:37:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * boolMatrix.cc (boolMatrix::all, boolMatrix::any): New functions.