changeset 84:ab04b34037f0

[project @ 1993-09-06 04:14:39 by jwe] (DAE::integrate (Vector&, Matrix&, Vector&)): Add missing parameter in call to integrate() if no critical points are specified.
author jwe
date Mon, 06 Sep 1993 04:14:39 +0000
parents 998cbb0a9e51
children 3abd838cc4b3
files liboctave/DASSL.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/DASSL.cc
+++ b/liboctave/DASSL.cc
@@ -450,7 +450,7 @@
 	    }
 	}
       else
-	retval = integrate (tout);
+	retval = integrate (tout, xdot_out);
     }
 
   return retval;