Mercurial > hg > octave-lyh
diff liboctave/LSODE.cc @ 532:2ca256b77602
[project @ 1994-07-20 19:56:55 by jwe]
author | jwe |
---|---|
date | Wed, 20 Jul 1994 19:56:55 +0000 |
parents | 00f8b2242a18 |
children | 714fd17fca28 |
line wrap: on
line diff
--- a/liboctave/LSODE.cc +++ b/liboctave/LSODE.cc @@ -47,8 +47,8 @@ double*, int*), int *); } -static ColumnVector (*user_fun) (ColumnVector&, double); -static Matrix (*user_jac) (ColumnVector&, double); +static ODEFunc::ODERHSFunc user_fun; +static ODEFunc::ODEJacFunc user_jac; static ColumnVector *tmp_x; ODE::ODE (void)