Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 4745:537509a45ba7
[project @ 2004-02-06 17:27:21 by jwe]
author | jwe |
---|---|
date | Fri, 06 Feb 2004 17:27:21 +0000 |
parents | 754e2855a32d |
children | c43a0c0b6d44 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,12 @@ +2004-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Array.cc (Array<T>::assignN): Move body of MAYBE_RESIZE_ND_DIMS + here since it is only used once. Correctly resize for expressions + like x(:,:,2) = ones(3,3) when LHS is not yet defined. + Simplify loop for array assignment. + Error for resizing if number of indices is less than number of LHS + dimensions. + 2004-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> * Array.cc (Array<T>::assignN): Simplify.