Skip to content
Snippets Groups Projects
Verified Commit 937ee0ef authored by Willi Mutschler's avatar Willi Mutschler
Browse files

irf_matching: add steady-state as input to irf_matching_file

parent 8515a195
Branches
Tags
1 merge request!2191IRF Matching
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment