changeset 22646:5aa36731a304 stable

odeget.m: Remove unused 4th input to function. odeget.m: Remove unused 4th input to function.
author Rik <rik@octave.org>
date Wed, 19 Oct 2016 14:08:37 -0700
parents 34bf558de127
children cf8ec7abb4ae
files scripts/ode/odeget.m
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ode/odeget.m	Wed Oct 19 14:04:47 2016 -0700
+++ b/scripts/ode/odeget.m	Wed Oct 19 14:08:37 2016 -0700
@@ -37,9 +37,7 @@
 ## @seealso{odeset}
 ## @end deftypefn
 
-## FIXME: 4th input argument "opt" is undocumented.
-
-function val = odeget (ode_opt, field, default = [], opt = "")
+function val = odeget (ode_opt, field, default = [])
 
   validateattributes (ode_opt, {"struct"}, {"nonempty"});
   validateattributes (field, {"char"}, {"nonempty"});