Skip to content
Snippets Groups Projects
Verified Commit ca31a087 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fix typo (remove trailing underscore to option variable).

parent d8baeb8f
No related branches found
No related tags found
No related merge requests found
Pipeline #7375 passed
......@@ -132,7 +132,7 @@ if options.debug
end
% 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!')
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment