Skip to content
Snippets Groups Projects
Commit 0c0b9abb authored by MichelJuillard's avatar MichelJuillard
Browse files

bug fixing for model_diagnostics

parent f7f10042
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment