comparison liboctave/ChangeLog @ 4712:b7e7a31dbfb1

[project @ 2004-01-22 19:46:19 by jwe]
author jwe
date Thu, 22 Jan 2004 19:46:19 +0000
parents 5101dffb4178
children d803e4187494
comparison
equal deleted inserted replaced
4711:5101dffb4178 4712:b7e7a31dbfb1
4 filling when RHS is scalar and dimension lengths agree. 4 filling when RHS is scalar and dimension lengths agree.
5 5
6 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> 6 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
7 7
8 * Makefile.in (distclean): Remove $(MX_OP_INC), $(VX_OP_INC), 8 * Makefile.in (distclean): Remove $(MX_OP_INC), $(VX_OP_INC),
9 and $(OPTS_INC). 9 $(MX_OP_SRC), $(VX_OP_SRC), and $(OPTS_INC).
10 10
11 2004-01-22 Petter Risholm <risholm@stud.ntnu.no> 11 2004-01-22 Petter Risholm <risholm@stud.ntnu.no>
12 12
13 * Array.cc (Array<T>::resize_and_fill): Correctly copy old elements. 13 * Array.cc (Array<T>::resize_and_fill): Correctly copy old elements.
14 (Array<T>::assign2): Check for RHS dimensions larger than 2. 14 (Array<T>::assign2): Check for RHS dimensions larger than 2.