Skip to content
Snippets Groups Projects
Verified Commit 954e14a8 authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Sébastien Villemot
Browse files

Fix typo (remove trailing underscore to option variable).

(cherry picked from commit ca31a087)
parent 7d7bd0f7
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ if options.debug ...@@ -132,7 +132,7 @@ if options.debug
end end
% Check that the dynamic model was evaluated at the steady state. % Check that the dynamic model was evaluated at the steady state.
if ~options_.steadystate.nocheck && max(abs(d1))>options.solve_tolf if ~options.steadystate.nocheck && max(abs(d1))>options.solve_tolf
error('Jacobian is not evaluated at the steady state!') error('Jacobian is not evaluated at the steady state!')
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment