comparison libinterp/corefcn/module.mk @ 20620:e5f36a7854a5

Remove fuzzy matching from odeset/odeget. * levenshtein.cc: Deleted file. * libinterp/corefcn/module.mk: Remove levenshtein.cc from build system. * fuzzy_compare.m: Deleted file. * scripts/ode/module.mk: Remove fuzzy_compare.m from build system * odeget.m: Reword docstring. Use a persistent cellstr variable to keep track of all options. Replace fuzzy_compare() calls with combination of strcmpi and strncmpi. Report errors relative to function odeget rather than OdePkg. Rewrite and extend BIST tests. Add input validation BIST tests. * odeset.m: Reword docstring. Use a persistent cellstr variable to keep track of all options. Replace fuzzy_compare() calls with combination of strcmpi and strncmpi. Report errors relative to function odeset rather than OdePkg. Use more meaningful variables names and create intermediate variables with logical names to help make code readable. Remove interactive input when multiple property names match and just issue an error. Rewrite BIST tests. * ode_struct_value_check.m: Remove input checking for private function which must always be invoked correctly by caller. Use intermediate variables opt and val to make the code more understandable. Consolidate checks on values into single if statements. Use 'val == fix (val)' to check for integer. * __unimplemented__.m: Removed odeset, odeget, ode45 from list.
author Rik <rik@octave.org>
date Fri, 09 Oct 2015 12:03:23 -0700
parents fcb792acab9b
children b65888ec820e
comparison
equal deleted inserted replaced
20619:eef93a493ce3 20620:e5f36a7854a5
172 libinterp/corefcn/hex2num.cc \ 172 libinterp/corefcn/hex2num.cc \
173 libinterp/corefcn/hook-fcn.cc \ 173 libinterp/corefcn/hook-fcn.cc \
174 libinterp/corefcn/input.cc \ 174 libinterp/corefcn/input.cc \
175 libinterp/corefcn/inv.cc \ 175 libinterp/corefcn/inv.cc \
176 libinterp/corefcn/kron.cc \ 176 libinterp/corefcn/kron.cc \
177 libinterp/corefcn/levenshtein.cc \
178 libinterp/corefcn/load-path.cc \ 177 libinterp/corefcn/load-path.cc \
179 libinterp/corefcn/load-save.cc \ 178 libinterp/corefcn/load-save.cc \
180 libinterp/corefcn/lookup.cc \ 179 libinterp/corefcn/lookup.cc \
181 libinterp/corefcn/ls-ascii-helper.cc \ 180 libinterp/corefcn/ls-ascii-helper.cc \
182 libinterp/corefcn/ls-hdf5.cc \ 181 libinterp/corefcn/ls-hdf5.cc \