bug fixing for model_diagnostics

time-shift
Michel Juillard 2011-03-09 14:44:24 +01:00
parent f7f100426d
commit 0c0b9abbd3
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ end
% singular Jacobian of static model
%
[res,jacob]=feval(fh,dr.ys,[dr.ys; oo_.exo_det_steady_state], ...
[res,jacob]=feval(fh,dr.ys,[oo_.exo_steady_state; oo_.exo_det_steady_state], ...
M_.params);
rank_jacob = rank(jacob);
if rank_jacob < endo_nbr