Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 4733:80156474b068
[project @ 2004-02-04 18:40:03 by jwe]
author | jwe |
---|---|
date | Wed, 04 Feb 2004 18:40:03 +0000 |
parents | b484cdca27be |
children | 24c7bc6354ba |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2004-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Array.cc (Array<T>::assignN): Simplify dimension check by + comparing rhs_dims and frozen_len sans trailing singletons. + 2004-02-03 John W. Eaton <jwe@bevo.che.wisc.edu> * idx-vector.cc (tree_to_mat_idx): New arg, conversion_error.