# HG changeset patch # User Carlo de Falco # Date 1476698126 -7200 # Node ID abfb538acc59fa9c4b044796343d2df8e8ad6729 # Parent b9f31d41ab66344a5622d17dff932aa2565204f4 Fix error in previous commit. * scripts/ode/odeset.m : finish resolving conflicts in merge from revision b9f31d41ab66 diff -r b9f31d41ab66 -r abfb538acc59 scripts/ode/odeset.m --- a/scripts/ode/odeset.m Mon Oct 17 11:44:42 2016 +0200 +++ b/scripts/ode/odeset.m Mon Oct 17 11:55:26 2016 +0200 @@ -181,10 +181,6 @@ p.addParameter ("Stats", []); p.addParameter ("Vectorized", []); p.KeepUnmatched = true; -<<<<<<< local -======= - ->>>>>>> other endif if (nargin == 0 && nargout == 0) @@ -202,15 +198,9 @@ struct2cell (odestruct), "UniformOutput", false); -<<<<<<< local s2 = cellfun (@(x) ifelse (iscell (x), {x}, x), struct2cell (odestruct_extra), "UniformOutput", false); -======= - s2 = cellfun (@(x) ifelse (iscell(x), {x}, x), - struct2cell(odestruct_extra), - 'UniformOutput', false); ->>>>>>> other C = [fieldnames(odestruct) s1; fieldnames(odestruct_extra) s2]; @@ -313,11 +303,8 @@ %!error odeset (odeset (), "opt1") %!error odeset (odeset (), 1, 1) -<<<<<<< local -======= ##FIXME: Add not exact match option ## %!warning odeset ("Rel", 1); ## %!error odeset ("Initial", 1) ->>>>>>> other