comparison liboctave/ChangeLog @ 3492:17261f602206

[project @ 2000-01-28 22:48:51 by jwe]
author jwe
date Fri, 28 Jan 2000 22:48:52 +0000
parents 85c0ebb78d1e
children c800b7fb7d64
comparison
equal deleted inserted replaced
3491:2c7524ffdbf5 3492:17261f602206
1 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Array2.h (Array2<T>::get_size): Now protected instead of private.
4 * Array3.h, Array3.cc: Use it in constructors and resize methods
5 to get total size to be allocated.
2 6
3 * DASSL.cc (DASSL::integrate): Declare do_restart and save_output 7 * DASSL.cc (DASSL::integrate): Declare do_restart and save_output
4 as bool, not int. 8 as bool, not int.
5 9
6 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> 10 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu>