Skip to content
Snippets Groups Projects
Commit 6437fc0f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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
parents 4bfd687b 63469057
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment