diff liboctave/DASRT.h @ 3992:53b4eab68976

[project @ 2002-07-16 19:36:52 by jwe]
author jwe
date Tue, 16 Jul 2002 19:36:53 +0000
parents 46388d6a4e44
children a41827ec5677
line wrap: on
line diff
--- a/liboctave/DASRT.h
+++ b/liboctave/DASRT.h
@@ -158,7 +158,7 @@
 
   DASRT (void);
 
-  DASRT (const int& ng, const ColumnVector& x, const ColumnVector& xdot, 
+  DASRT (const ColumnVector& state, const ColumnVector& deriv,
 	 double time, DAERTFunc& f);
 
   ~DASRT (void) { }
@@ -167,8 +167,6 @@
 
   void set_stop_time (double t);
   void clear_stop_time (void);
-  void set_ng (int the_ng);
-  int get_ng (void);
 
   DASRT_result integrate (const ColumnVector& tout);