Mercurial > hg > octave-lyh
diff liboctave/DASSL.cc @ 3519:957d7d6ab0e0
[project @ 2000-02-02 06:00:09 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 06:00:59 +0000 |
parents | 00fdd363c098 |
children | b153b9fa7f1a |
line wrap: on
line diff
--- a/liboctave/DASSL.cc +++ b/liboctave/DASSL.cc @@ -369,6 +369,13 @@ } Matrix +DASSL::do_integrate (const ColumnVector& tout, const ColumnVector& tcrit) +{ + Matrix dummy; + return integrate (tout, dummy, tcrit); +} + +Matrix DASSL::integrate (const ColumnVector& tout, Matrix& xdot_out, const ColumnVector& tcrit) {