Skip to content
Snippets Groups Projects
Commit 99f4fcad authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

model_diagnostics.m

Update parameter vector from steady state file and provide correct nocheck flag
parent 721ae71d
Loading
......@@ -71,7 +71,7 @@ end
% check if ys is steady state
options.debug=1; %locally set debug option to 1
[dr.ys,params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,1);
[dr.ys,M.params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,options.steadystate.nocheck);
% testing for problem
if check1(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment