Skip to content
Snippets Groups Projects
Verified Commit 02085947 authored by Frédéric Karamé's avatar Frédéric Karamé Committed by Stéphane Adjemian
Browse files

Call compute_decision_rules instead of resol.

(cherry picked from commit 43af30d0)
parent e5e8e0e0
Branches
Tags
No related merge requests found
......@@ -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.
Please register or to comment