diff liboctave/DASRT.h @ 3995:ee0304212be0

[project @ 2002-07-17 04:32:42 by jwe]
author jwe
date Wed, 17 Jul 2002 04:32:42 +0000
parents a41827ec5677
children d4091aff6468
line wrap: on
line diff
--- a/liboctave/DASRT.h	Tue Jul 16 23:57:09 2002 +0000
+++ b/liboctave/DASRT.h	Wed Jul 17 04:32:42 2002 +0000
@@ -165,29 +165,19 @@
 
   ~DASRT (void) { }
 
-  void force_restart (void);
-
-  void set_stop_time (double t);
-  void clear_stop_time (void);
-
   DASRT_result integrate (const ColumnVector& tout);
 
   DASRT_result integrate (const ColumnVector& tout,
 			  const ColumnVector& tcrit); 
 
+  std::string error_message (void) const;
+
 private:
 
   bool initialized;
 
   bool sanity_checked;
 
-  bool stop_time_set;
-  double stop_time;
-
-  bool restart;
-
-  bool integration_error;
-
   int liw;  
   int lrw;
   int idid;