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

model_diagnostics.m: fix compatibility with loglinear option

(cherry picked from commit fbd4fa7f)
parent 722e62b9
Branches
Tags
No related merge requests found
......@@ -71,6 +71,11 @@ end
% check if ys is steady state
options.debug=1; %locally set debug option to 1
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);
options.logged_steady_state=0;
end
[dr.ys,M.params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,options.steadystate.nocheck);
% testing for problem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment