diff liboctave/DASSL.h @ 3995:ee0304212be0

[project @ 2002-07-17 04:32:42 by jwe]
author jwe
date Wed, 17 Jul 2002 04:32:42 +0000
parents 53b4eab68976
children d4091aff6468
line wrap: on
line diff
--- a/liboctave/DASSL.h	Tue Jul 16 23:57:09 2002 +0000
+++ b/liboctave/DASSL.h	Wed Jul 17 04:32:42 2002 +0000
@@ -120,11 +120,6 @@
 
   ~DASSL (void) { }
 
-  void force_restart (void);
-
-  void set_stop_time (double t);
-  void clear_stop_time (void);
-
   ColumnVector do_integrate (double t);
 
   Matrix do_integrate (const ColumnVector& tout);
@@ -136,18 +131,15 @@
   Matrix integrate (const ColumnVector& tout, Matrix& xdot_out,
 		    const ColumnVector& tcrit); 
 
+  std::string error_message (void) const;
+
 private:
 
-  double stop_time;
-  int stop_time_set;
-
   int n;
-  int integration_error;
-  int restart;
   int liw;  
   int lrw;
   int idid;
-  int sanity_checked;
+  bool sanity_checked;
   Array<int> info;
   Array<int> iwork;
   Array<double> rwork;