diff liboctave/LSODE.h @ 3511:d92134062783

[project @ 2000-02-01 22:06:28 by jwe]
author jwe
date Tue, 01 Feb 2000 22:10:24 +0000
parents 5eef8a2294bd
children 0486f50a8ecb
line wrap: on
line diff
--- a/liboctave/LSODE.h
+++ b/liboctave/LSODE.h
@@ -149,14 +149,7 @@
 
   Matrix do_integrate (const ColumnVector& tout);
 
-#if 0
-  void integrate (int nsteps, double tstep, std::ostream& s);
-#endif
-
-  Matrix integrate (const ColumnVector& tout)
-    { return do_integrate (tout); }
-
-  Matrix integrate (const ColumnVector& tout, const ColumnVector& tcrit);
+  Matrix do_integrate (const ColumnVector& tout, const ColumnVector& tcrit);
 
 private: