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

bgp-dev
Johannes Pfeifer 2022-08-11 09:43:30 +02:00
parent f07408a426
commit 63469057ca
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ if info
end
% 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
oo.dr.ys=exp(oo.dr.ys);
oo.steady_state=exp(oo.steady_state);