comparison liboctave/ChangeLog @ 4822:d0aa1a59b73b ss-2-1-56

[project @ 2004-03-05 19:15:30 by jwe]
author jwe
date Fri, 05 Mar 2004 19:15:30 +0000
parents 22f024a25c4a
children a7b1e6122d0c
comparison
equal deleted inserted replaced
4821:22f024a25c4a 4822:d0aa1a59b73b
2 2
3 * Array.cc (Array<T>::maybe_delete_elements): Return immediately 3 * Array.cc (Array<T>::maybe_delete_elements): Return immediately
4 if all LHS dimensions are zero. For one index case, freeze and 4 if all LHS dimensions are zero. For one index case, freeze and
5 sort idx_vec before checking length, and do nothing if 5 sort idx_vec before checking length, and do nothing if
6 num_to_delete is zero. 6 num_to_delete is zero.
7 (Array<T>::maybe_delete_elements_2): Omit Fortran-indexing warning.
7 8
8 2004-03-04 David Bateman <dbateman@free.fr> 9 2004-03-04 David Bateman <dbateman@free.fr>
9 10
10 * dNDArray.cc (NDArray::ifourier): Arg is int, not const int. 11 * dNDArray.cc (NDArray::ifourier): Arg is int, not const int.
11 * CNDArray.cc (ComplexNDArray::ifourier): Likewise. 12 * CNDArray.cc (ComplexNDArray::ifourier): Likewise.