Mercurial > hg > octave-nkf
diff src/lsode.cc @ 1684:f85887dfe06c
[project @ 1995-12-30 03:46:07 by jwe]
author | jwe |
---|---|
date | Sat, 30 Dec 1995 03:51:15 +0000 |
parents | 89c587478067 |
children | 42b4f904f1af |
line wrap: on
line diff
--- a/src/lsode.cc +++ b/src/lsode.cc @@ -92,7 +92,7 @@ return retval; } -DEFUN_DLD_BUILTIN ("lsode", Flsode, Slsode, 11, +DEFUN_DLD_BUILTIN ("lsode", Flsode, Slsode, FSlsode, 11, "lsode (F, X0, T_OUT, T_CRIT)\n\ \n\ The first argument is the name of the function to call to\n\ @@ -296,7 +296,8 @@ return retval; } -DEFUN_DLD_BUILTIN ("lsode_options", Flsode_options, Slsode_options, 10, +DEFUN_DLD_BUILTIN ("lsode_options", Flsode_options, Slsode_options, + FSlsode_options, 10, "lsode_options (KEYWORD, VALUE)\n\ \n\ Set or show options for lsode. Keywords may be abbreviated\n\