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

forcing reinitialization of persistent variables of

dyn_first_order_solver.m in global_initialization.m This is necessary
if noclearall option is used.
parent fcc262db
No related branches found
No related tags found
No related merge requests found
......@@ -525,6 +525,8 @@ options_.risky_steadystate = 0;
% initialize persistent variables in priordens()
priordens([],[],[],[],[],[],1);
% initialize persistent variables in dyn_first_order_solver()
dyn_first_order_solver();
% Set dynare random generator and seed.
set_dynare_seed('default');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment