backward_model_irf: remove useless assignment of variables

time-shift
Houtan Bastani 2017-10-30 11:28:45 +01:00
parent 1397c53438
commit 27375f7272
1 changed files with 0 additions and 3 deletions

View File

@ -46,7 +46,6 @@ end
% Set default value for the fourth input argument.
if nargin<5
periods = 40;
notransform = true;
else
periods = varargin{1};
end
@ -89,7 +88,6 @@ else
end
end
baselineflag = false;
% Set default values for the baseline paths.
%
% TODO zero for all variables is probably a poor choice. It should be
@ -114,7 +112,6 @@ if ~isempty(innovationbaseline)
Innovations(:,i) = innovationbaseline{exonames{i}}.data(1:periods);
end
end
baselineflag = true;
end
% Set up initial conditions