diff liboctave/DASSL.h @ 3519:957d7d6ab0e0

[project @ 2000-02-02 06:00:09 by jwe]
author jwe
date Wed, 02 Feb 2000 06:00:59 +0000
parents 85c0ebb78d1e
children 0486f50a8ecb
line wrap: on
line diff
--- a/liboctave/DASSL.h	Tue Feb 01 23:11:59 2000 +0000
+++ b/liboctave/DASSL.h	Wed Feb 02 06:00:59 2000 +0000
@@ -129,6 +129,8 @@
 
   Matrix do_integrate (const ColumnVector& tout);
 
+  Matrix do_integrate (const ColumnVector& tout, const ColumnVector& tcrit); 
+
   Matrix integrate (const ColumnVector& tout, Matrix& xdot_out);
 
   Matrix integrate (const ColumnVector& tout, Matrix& xdot_out,