bug fix: lots of new empty figures were generated

(cherry picked from commit 335db3d8dabb3a429dbe85a8d0a2ba3c6d447991)
time-shift
Marco Ratto 2012-06-14 18:46:04 +02:00
parent abad13d020
commit 65cfa00e55
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ for i=fpar:npar,
for j=1:nvar
if max(abs(MeanIRF(:,j,i))) > 10^(-6)
subplotnum = subplotnum+1;
dyn_figure(options_,'Name',['Relative response to orthogonalized shock to ' tit(i,:)])
if subplotnum == 1 && options_.relative_irf
hh = dyn_figure(options_,'Name',['Relative response to orthogonalized shock to ' tit(i,:)]);
elseif subplotnum == 1 && ~options_.relative_irf