Mercurial > hg > octave-avbm
diff liboctave/ChangeLog @ 8526:17e0ad741fac
reshape: improve error message
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 15 Jan 2009 14:58:49 -0500 |
parents | 937921654627 |
children | b01fef323c24 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,10 @@ +2009-01-15 John W. Eaton <jwe@octave.org> + + * Sparse.cc (Sparse<T>::reshape): Include mismatched dimensions in + error message. + * Array.cc (Array<T>::reshape): Likewise. + From Robert Millan <rmh@aybabtu.com>. + 2009-01-14 Jaroslav Hajek <highegg@gmail.com> * Array.h (Array<T>::rep, Array<T>::dimensions): Make protected.