Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 3955:dc970f5941ee
[project @ 2002-05-23 20:28:56 by jwe]
author | jwe |
---|---|
date | Thu, 23 May 2002 20:28:56 +0000 |
parents | 8194e0b10a9a |
children | 5a848097fe4a |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,7 +1,8 @@ 2002-05-23 John W. Eaton <jwe@bevo.che.wisc.edu> - * LSODE.cc (LSODE::do_integrate): Define method flag and iopt - here, not as class data members. + * LSODE.cc (LSODE_options::x_integration_method): New data member. + (LSODE_options::set_integration_method, + LSODE_options::integration_method): New functions. * LSODE.h (LSODE_options::x_absolute_tolerance): Now Array<double>. Change all uses.