Mercurial > hg > octave-nkf
diff liboctave/DASSL.h @ 5275:23b37da9fd5b
[project @ 2005-04-08 16:07:35 by jwe]
author | jwe |
---|---|
date | Fri, 08 Apr 2005 16:07:37 +0000 |
parents | e35b034d3523 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/DASSL.h +++ b/liboctave/DASSL.h @@ -61,11 +61,11 @@ bool initialized; - int liw; - int lrw; + octave_idx_type liw; + octave_idx_type lrw; - Array<int> info; - Array<int> iwork; + Array<octave_idx_type> info; + Array<octave_idx_type> iwork; Array<double> rwork; @@ -76,8 +76,8 @@ double *pxdot; double *pabs_tol; double *prel_tol; - int *pinfo; - int *piwork; + octave_idx_type *pinfo; + octave_idx_type *piwork; double *prwork; };