Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
1683:5282f171363d | 1684:f85887dfe06c |
---|---|
90 } | 90 } |
91 | 91 |
92 return retval; | 92 return retval; |
93 } | 93 } |
94 | 94 |
95 DEFUN_DLD_BUILTIN ("lsode", Flsode, Slsode, 11, | 95 DEFUN_DLD_BUILTIN ("lsode", Flsode, Slsode, FSlsode, 11, |
96 "lsode (F, X0, T_OUT, T_CRIT)\n\ | 96 "lsode (F, X0, T_OUT, T_CRIT)\n\ |
97 \n\ | 97 \n\ |
98 The first argument is the name of the function to call to\n\ | 98 The first argument is the name of the function to call to\n\ |
99 compute the vector of right hand sides. It must have the form\n\ | 99 compute the vector of right hand sides. It must have the form\n\ |
100 \n\ | 100 \n\ |
294 warning ("lsode_options: no match for `%s'", keyword); | 294 warning ("lsode_options: no match for `%s'", keyword); |
295 | 295 |
296 return retval; | 296 return retval; |
297 } | 297 } |
298 | 298 |
299 DEFUN_DLD_BUILTIN ("lsode_options", Flsode_options, Slsode_options, 10, | 299 DEFUN_DLD_BUILTIN ("lsode_options", Flsode_options, Slsode_options, |
300 FSlsode_options, 10, | |
300 "lsode_options (KEYWORD, VALUE)\n\ | 301 "lsode_options (KEYWORD, VALUE)\n\ |
301 \n\ | 302 \n\ |
302 Set or show options for lsode. Keywords may be abbreviated\n\ | 303 Set or show options for lsode. Keywords may be abbreviated\n\ |
303 to the shortest match.") | 304 to the shortest match.") |
304 { | 305 { |