Mercurial > hg > octave-jordi
diff liboctave/DASSL.h @ 1945:8c4bce5e773e
[project @ 1996-02-14 01:03:03 by jwe]
author | jwe |
---|---|
date | Wed, 14 Feb 1996 01:03:40 +0000 |
parents | bed9f3e11011 |
children | 1b57120c997b |
line wrap: on
line diff
--- a/liboctave/DASSL.h +++ b/liboctave/DASSL.h @@ -119,7 +119,7 @@ DASSL (const ColumnVector& x, const ColumnVector& xdot, double time, DAEFunc& f); - ~DASSL (void); + ~DASSL (void) { } void force_restart (void); @@ -146,9 +146,9 @@ int liw; int lrw; int idid; - int *info; - int *iwork; - double *rwork; + Array<int> info; + Array<int> iwork; + Array<double> rwork; friend int ddassl_j (double *time, double *state, double *deriv, double *pd, double *cj, double *rpar, int *ipar);