Skip to content
Snippets Groups Projects
Verified Commit d76455fb authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

model_diagnostics.m: use boolean for debug option as block_trust_region expects it

(cherry picked from commit 63469057)
parent d56e6998
No related branches found
No related tags found
No related merge requests found
Pipeline #7409 failed
...@@ -109,7 +109,7 @@ if info ...@@ -109,7 +109,7 @@ if info
end end
% check if ys is steady state % check if ys is steady state
options.debug=1; %locally set debug option to 1 options.debug=true; %locally set debug option to true
if options.logged_steady_state %if steady state was previously logged, undo this if options.logged_steady_state %if steady state was previously logged, undo this
oo.dr.ys=exp(oo.dr.ys); oo.dr.ys=exp(oo.dr.ys);
oo.steady_state=exp(oo.steady_state); oo.steady_state=exp(oo.steady_state);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment