MoM: Save checkplot data also in graphs folder

time-shift
Willi Mutschler 2020-12-16 10:53:01 +01:00
parent eae5e2f029
commit 363610affe
No known key found for this signature in database
GPG Key ID: 91E724BF17A73F6D
1 changed files with 1 additions and 2 deletions

View File

@ -181,5 +181,4 @@ if TeX && any(strcmp('eps',cellstr(options_.graph_format)))
fclose(fidTeX);
end
OutputDirectoryName = CheckPath('check_plot',M_.dname);
save([OutputDirectoryName '/MoM_check_plot_data.mat'],'mcheck');
save([M_.fname filesep 'graphs' filesep M_.fname '_MoMCheckPlots_data.mat'],'mcheck');