Skip to content
Snippets Groups Projects
Commit 335db3d8 authored by Marco Ratto's avatar Marco Ratto
Browse files

bug fix: lots of new empty figures were generated

parent 9de02f5d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment