Mercurial > hg > octave-lyh
diff liboctave/DASSL-opts.in @ 5275:23b37da9fd5b
[project @ 2005-04-08 16:07:35 by jwe]
author | jwe |
---|---|
date | Fri, 08 Apr 2005 16:07:37 +0000 |
parents | bdbee5282954 |
children | 8b0cfeb06365 |
line wrap: on
line diff
--- a/liboctave/DASSL-opts.in +++ b/liboctave/DASSL-opts.in @@ -68,7 +68,7 @@ conditions. This is generally not reliable, so it is best to provide a consistent set and leave this option set to zero. END_DOC_ITEM - TYPE = "int" + TYPE = "octave_idx_type" INIT_VALUE = "0" SET_EXPR = "val" END_OPTION @@ -82,7 +82,7 @@ zero first, and only setting it to a nonzero value if that doesn't work very well. END_DOC_ITEM - TYPE = "int" + TYPE = "octave_idx_type" INIT_VALUE = "0" SET_EXPR = "val" END_OPTION @@ -106,7 +106,7 @@ Restrict the maximum order of the solution method. This option must be between 1 and 5, inclusive. END_DOC_ITEM - TYPE = "int" + TYPE = "octave_idx_type" INIT_VALUE = "-1" SET_EXPR = "val" END_OPTION @@ -128,7 +128,7 @@ Maximum number of integration steps to attempt on a single call to the underlying Fortran code. END_DOC_ITEM - TYPE = "int" + TYPE = "octave_idx_type" INIT_VALUE = "-1" SET_EXPR = "(val >= 0) ? val : -1" END_OPTION