diff liboctave/DASRT-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 6481f41a79f3
children 8b0cfeb06365
line wrap: on
line diff
--- a/liboctave/DASRT-opts.in	Thu Apr 07 21:51:37 2005 +0000
+++ b/liboctave/DASRT-opts.in	Fri Apr 08 16:07:37 2005 +0000
@@ -78,7 +78,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
@@ -100,7 +100,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