From 7e73744b1303f166b8450bd2886d872b8960eee5 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Thu, 20 May 2010 09:38:47 +0200 Subject: [PATCH] osr: bug correction when there are auxiliary variables --- matlab/osr1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/osr1.m b/matlab/osr1.m index 6574a67e2..884f0d4e2 100644 --- a/matlab/osr1.m +++ b/matlab/osr1.m @@ -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