# HG changeset patch # User jwe # Date 949042078 0 # Node ID 85c0ebb78d1e809329d503f93de7bbe37326833e # Parent 8a72d9e400da71c092cf7bac5344a3d850273062 [project @ 2000-01-28 06:47:58 by jwe] diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2000-01-28 John W. Eaton + + * DASSL.cc (DASSL::integrate): Declare do_restart and save_output + as bool, not int. + 2000-01-26 John W. Eaton * Array2-idx.h (assign (Array2& lhs, const Array2& rhs)): diff --git a/liboctave/DASSL.h b/liboctave/DASSL.h --- a/liboctave/DASSL.h +++ b/liboctave/DASSL.h @@ -139,7 +139,7 @@ double stop_time; int stop_time_set; - size_t n; + int n; int integration_error; int restart; int liw;