diff liboctave/DASSL.cc @ 305:976a4a6e519b

[project @ 1994-01-18 21:27:18 by jwe]
author jwe
date Tue, 18 Jan 1994 21:27:23 +0000
parents 20c1412d7924
children 4caf8fbeb778
line wrap: on
line diff
--- a/liboctave/DASSL.cc
+++ b/liboctave/DASSL.cc
@@ -350,7 +350,7 @@
 }
 
 Matrix
-DAE::integrate (const Vector& tout, const Matrix& xdot_out)
+DAE::integrate (const Vector& tout, Matrix& xdot_out)
 {
   Matrix retval;
   int n_out = tout.capacity ();
@@ -385,8 +385,7 @@
 }
 
 Matrix
-DAE::integrate (const Vector& tout, const Matrix& xdot_out,
-		const Vector& tcrit) 
+DAE::integrate (const Vector& tout, Matrix& xdot_out, const Vector& tcrit) 
 {
   Matrix retval;
   int n_out = tout.capacity ();