Mercurial > hg > octave-lyh
changeset 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 | 4ecd112aebe8 |
files | liboctave/Array.cc liboctave/ChangeLog src/ChangeLog src/version.h |
diffstat | 4 files changed, 8 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/Array.cc +++ b/liboctave/Array.cc @@ -1270,14 +1270,6 @@ n = nr * nc; nr = 1; nc = n; - - if (liboctave_wfi_flag) - { - (*current_liboctave_warning_handler) - ("A(idx) = []: expecting A to be row or column vector or scalar"); - - return; - } } if (idx_arg.is_colon_equiv (n, 1))
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -4,6 +4,7 @@ if all LHS dimensions are zero. For one index case, freeze and sort idx_vec before checking length, and do nothing if num_to_delete is zero. + (Array<T>::maybe_delete_elements_2): Omit Fortran-indexing warning. 2004-03-04 David Bateman <dbateman@free.fr>
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-03-05 John W. Eaton <jwe@bevo.che.wisc.edu> + + * version.h (OCTAVE_VERSION): Now 2.1.56. + (OCTAVE_API_VERSION): Now api-v7. + 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> * ov-struct.cc (Frmfield): New function
--- a/src/version.h +++ b/src/version.h @@ -23,9 +23,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.55" +#define OCTAVE_VERSION "2.1.56" -#define OCTAVE_API_VERSION "api-v6" +#define OCTAVE_API_VERSION "api-v7" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2004 John W. Eaton."