Mercurial > hg > octave-lyh
diff liboctave/DAEFunc.h @ 5275:23b37da9fd5b
[project @ 2005-04-08 16:07:35 by jwe]
author | jwe |
---|---|
date | Fri, 08 Apr 2005 16:07:37 +0000 |
parents | a35a3c5d4740 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/DAEFunc.h +++ b/liboctave/DAEFunc.h @@ -23,6 +23,8 @@ #if !defined (octave_DAEFunc_h) #define octave_DAEFunc_h 1 +#include "oct-types.h" + class Matrix; class ColumnVector; @@ -33,7 +35,7 @@ typedef ColumnVector (*DAERHSFunc) (const ColumnVector& x, const ColumnVector& xdot, - double t, int& ires); + double t, octave_idx_type& ires); // This is really the form used by DASSL: //