Skip to content
Snippets Groups Projects
Commit 6680c586 authored by Marco Ratto's avatar Marco Ratto
Browse files

Fixed bug introduced in commit 57eb9e12

(cherry picked from commit 5516c642)
parent 58ffa903
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ if fload==0,
try
[Tt,Rr,SteadyState,info,M_,options_,oo_] = dynare_resolve(M_,options_,oo_,'restrict');
if info(1)==0,
info=endogenous_prior(Tt,Rr,M_,options_,oo_);
info=endogenous_prior_restrictions(Tt,Rr,M_,options_,oo_);
end
infox(j,1)=info(1);
if infox(j,1)==0 && ~exist('T'),
......
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