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