Skip to content
Snippets Groups Projects
Commit 7e73744b authored by Michel Juillard's avatar Michel Juillard
Browse files

osr: bug correction when there are auxiliary variables

parent 399d66d8
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ if exist([M_.fname '_steadystate']) ...@@ -51,7 +51,7 @@ if exist([M_.fname '_steadystate'])
ys = add_auxiliary_variables_to_steadystate(ys,M_.aux_vars,... ys = add_auxiliary_variables_to_steadystate(ys,M_.aux_vars,...
M_.fname,... M_.fname,...
oo_.exo_steady_state,... oo_.exo_steady_state,...
oo_.exo_det_steady_state); oo_.exo_det_steady_state,M_.params);
else else
error([M_.fname '_steadystate.m doesn''t match the model']); error([M_.fname '_steadystate.m doesn''t match the model']);
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment