Mercurial > hg > octave-lyh
changeset 8848:7557cf34ffcd
ov-base-sparse.cc (octave_base_sparse<T>::print_raw): remove extra ")\n" from output
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 23 Feb 2009 22:40:11 -0500 |
parents | 4629e3925e75 |
children | 8b7e448d989c |
files | src/ChangeLog src/ov-base-sparse.cc |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2009-02-23 John W. Eaton <jwe@octave.org> + * ov-base-sparse.cc (octave_base_sparse<T>::print_raw): + Remove extra ")" from output. + * DLD-FUNCTIONS/eigs.cc (Feigs): If sigma argument is not a string, try extraction as complex value and check for error instead of inquiring about type first.