Mercurial > hg > octave-nkf
diff liboctave/LSODE.cc @ 1482:5f5d117aac3e
[project @ 1995-09-26 09:14:22 by jwe]
author | jwe |
---|---|
date | Tue, 26 Sep 1995 09:19:49 +0000 |
parents | 9f9131a8d706 |
children | 0574a1f3a273 |
line wrap: on
line diff
--- a/liboctave/LSODE.cc +++ b/liboctave/LSODE.cc @@ -156,7 +156,7 @@ } int -lsode_f (const int& neq, const double& time, double *state, +lsode_f (const int& neq, const double& time, double *, double *deriv, int& ierr) { ColumnVector tmp_deriv (neq); @@ -179,8 +179,8 @@ } int -lsode_j (const int& neq, const double& time, double *state, - const int& ml, const int& mu, double *pd, const int& nrowpd) +lsode_j (const int& neq, const double& time, double *, + const int&, const int&, double *pd, const int& nrowpd) { Matrix tmp_jac (neq, neq);