diff liboctave/DASSL.cc @ 303:20c1412d7924

[project @ 1994-01-18 19:43:29 by jwe]
author jwe
date Tue, 18 Jan 1994 19:43:37 +0000
parents 676b70238e68
children 976a4a6e519b
line wrap: on
line diff
--- a/liboctave/DASSL.cc
+++ b/liboctave/DASSL.cc
@@ -350,7 +350,7 @@
 }
 
 Matrix
-DAE::integrate (const Vector& tout, Matrix& xdot_out)
+DAE::integrate (const Vector& tout, const Matrix& xdot_out)
 {
   Matrix retval;
   int n_out = tout.capacity ();
@@ -385,7 +385,8 @@
 }
 
 Matrix
-DAE::integrate (const Vector& tout, Matrix& xdot_out, const Vector& tcrit)
+DAE::integrate (const Vector& tout, const Matrix& xdot_out,
+		const Vector& tcrit) 
 {
   Matrix retval;
   int n_out = tout.capacity ();