Merge branch 'model_debug' into 'master'

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

See merge request Dynare/dynare!2066
bgp-dev
Sébastien Villemot 2022-09-08 15:30:55 +00:00
commit 6437fc0fce
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);