Mercurial > hg > octave-lyh
diff liboctave/LSODE.h @ 4587:7b957b442818
[project @ 2003-11-10 15:50:39 by jwe]
author | jwe |
---|---|
date | Mon, 10 Nov 2003 15:50:40 +0000 |
parents | 1032fb9ec0d1 |
children | e35b034d3523 |
line wrap: on
line diff
--- a/liboctave/LSODE.h +++ b/liboctave/LSODE.h @@ -39,8 +39,8 @@ LSODE (void) : ODE (), LSODE_options (), initialized (false) { } - LSODE (const ColumnVector& state, double time, const ODEFunc& f) - : ODE (state, time, f), LSODE_options (), initialized (false) { } + LSODE (const ColumnVector& s, double tm, const ODEFunc& f) + : ODE (s, tm, f), LSODE_options (), initialized (false) { } ~LSODE (void) { }