comparison liboctave/ChangeLog @ 2850:b7f43611d1e8

[project @ 1997-03-28 21:36:35 by jwe]
author jwe
date Fri, 28 Mar 1997 21:39:35 +0000
parents 71a47e9360c0
children 5c285800ebe2
comparison
equal deleted inserted replaced
2849:5338beb20eb9 2850:b7f43611d1e8
1 Fri Mar 28 15:37:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * LSODE.h (x_step_limit): New field.
4 (LSODE_options::init): Initialize it.
5 (LSODE_options::copy): Copy it.
6 (LSODE_options::set_step_limit, LSODE_options::step_limit):
7 New functions.
8 (LSODE::working_too_hard): Delete.
9 * LSODE.cc (LSODE::do_integrate): Handle step limit.
10
1 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 11 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2 12
3 * MArray-b.cc: Delete. 13 * MArray-b.cc: Delete.
4 * Makefile.in: Delete it from the lists. 14 * Makefile.in: Delete it from the lists.
5 15