det_cond_forecast.m: always set options_.qz_criterium

Closes https://git.dynare.org/Dynare/dynare/issues/1701
time-shift
Johannes Pfeifer 2020-02-02 14:15:01 +01:00
parent 25ccb6686f
commit 8aad715183
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ verbosity = options_.verbosity;
if options_.periods == 0
options_.periods = 25;
end
if isempty(options_.qz_criterium)
options_.qz_criterium = 1+1e-6;
end
%We have to get an initial guess for the conditional forecast
% and terminal conditions for the non-stationary variables, we
% use the first order approximation of the rational expectation solution.