Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 4791:62f2fb593455
[project @ 2004-02-20 18:02:59 by jwe]
author | jwe |
---|---|
date | Fri, 20 Feb 2004 18:02:59 +0000 |
parents | 82a558043db9 |
children | 962457f25a6d |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,9 @@ +2004-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Range.cc (Range::matrix_value, Range::min, Range::max): + Don't compute values beyond the limits of the range. + (operator << (std::ostream&, const Range&)): Likewise. + 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> * oct-fftw.cc (octave_fftw_planner::create_plan):