changeset 3488:85c0ebb78d1e

[project @ 2000-01-28 06:47:58 by jwe]
author jwe
date Fri, 28 Jan 2000 06:47:58 +0000
parents 8a72d9e400da
children cbee5fbb696d
files liboctave/ChangeLog liboctave/DASSL.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Jan 28 06:24:07 2000 +0000
+++ b/liboctave/ChangeLog	Fri Jan 28 06:47:58 2000 +0000
@@ -1,3 +1,8 @@
+2000-01-28  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* DASSL.cc (DASSL::integrate): Declare do_restart and save_output
+	as bool, not int.
+
 2000-01-26  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): 
--- a/liboctave/DASSL.h	Fri Jan 28 06:24:07 2000 +0000
+++ b/liboctave/DASSL.h	Fri Jan 28 06:47:58 2000 +0000
@@ -139,7 +139,7 @@
   double stop_time;
   int stop_time_set;
 
-  size_t n;
+  int n;
   int integration_error;
   int restart;
   int liw;