osr: bug correction when there are auxiliary variables

time-shift
Michel Juillard 2010-05-20 09:38:47 +02:00
parent 399d66d81c
commit 7e73744b13
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if exist([M_.fname '_steadystate'])
ys = add_auxiliary_variables_to_steadystate(ys,M_.aux_vars,...
M_.fname,...
oo_.exo_steady_state,...
oo_.exo_det_steady_state);
oo_.exo_det_steady_state,M_.params);
else
error([M_.fname '_steadystate.m doesn''t match the model']);
end