Fixed bug with naming of screen option

time-shift
Marco Ratto 2017-02-01 08:32:03 +01:00 committed by Stéphane Adjemian (Charybdis)
parent e7442bcf78
commit 61d55127ed
1 changed files with 2 additions and 1 deletions

View File

@ -60,8 +60,9 @@ fig_names_long = opts_decomp.fig_names;
if screen_shocks
% fig_names1 = [fig_names1 '_screen'];
fig_names = [fig_names ' SCREEN'];
fig_names_long = [fig_names_long ' SCREEN'];
end
fig_names=strrep(fig_names_long, '(given ', '');
fig_names=strrep(fig_names, '(vintage ', '');
fig_names=regexprep(fig_names, ' ', '_');