after check, oo_.dr isn't empty but oo_.dr.ghx + friends don't exist

time-shift
Michel Juillard 2019-11-25 21:54:53 +01:00
parent f2c04f7006
commit d0247277f9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ 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.
if ~isfield(oo_,'dr') || (isempty(oo_.dr))
if ~isfield(oo_,'dr') || ~isfield(oo_.dr,'ghx')
fprintf('computing the first order solution of the model as initial guess...');
dr = struct();
oo_.dr=set_state_space(dr,M_,options_);