Skip to content
Snippets Groups Projects
Commit 7eccb1bf authored by Frédéric Karamé's avatar Frédéric Karamé
Browse files

Call compute_decision_rules instead of resol.

parent 01077fef
No related branches found
No related tags found
No related merge requests found
Pipeline #10815 failed
......@@ -126,7 +126,8 @@ M_.H = H;
warning('off', 'MATLAB:nearlySingularMatrix')
[oo_.dr, info, M_.params] = ...
resol(0,M_, options_, oo_.dr, oo_.steady_state, oo_.exo_steady_state, oo_.exo_det_steady_state);
compute_decision_rules(M_, options_, oo_.dr, oo_.steady_state, oo_.exo_steady_state, oo_.exo_det_steady_state);
% resol(0,M_, options_, oo_.dr, oo_.steady_state, oo_.exo_steady_state, oo_.exo_det_steady_state);
warning('on', 'MATLAB:nearlySingularMatrix')
if info(1)~=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment