sandialabs / poblano_toolbox

Nonlinear optimization for MATLAB.
https://sandialabs.github.io/poblano_toolbox/
Other
25 stars 14 forks source link

tn: remove no-op code #3

Closed dmdunla closed 5 years ago

dmdunla commented 5 years ago

The following code does nothing and should be removed:

    switch tolType
...
        otherwise

Just the line with otherwise should be removed as there is nothing that executes in this case.