irf_matching: add steady-state as input to irf_matching_file

covariance-quadratic-approximation
Willi Mutschler 2023-12-13 10:28:56 +01:00
parent 8515a195ab
commit 937ee0ef77
No known key found for this signature in database
GPG Key ID: 91E724BF17A73F6D
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ if strcmp(options_mom_.mom.mom_method,'IRF_MATCHING') && strcmp(options_mom_.mom
end
% do transformations on model irfs if irf_matching_file is provided
if ~isempty(options_mom_.mom.irf_matching_file.name)
[modelIrf,check] = feval(str2func(options_mom_.mom.irf_matching_file.name),modelIrf, M_, options_mom_);
[modelIrf,check] = feval(str2func(options_mom_.mom.irf_matching_file.name),modelIrf, M_, options_mom_, dr.ys);
if check
fval = Inf;
info(1) = 180;