Skip to content
Snippets Groups Projects
Commit 97f7b773 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

stoch_simul.m: Make sure graphs folder exists before creating eps-loader

parent 3879ce08
Branches
Tags
No related merge requests found
......@@ -201,7 +201,7 @@ end
if options_.irf
var_listTeX = M_.endo_names_tex(i_var);
if ~options_.nograph
if ~options_.nograph || (TeX && any(strcmp('eps',cellstr(options_.graph_format))))
if ~exist([M_.fname '/graphs'],'dir')
mkdir(M_.fname,'graphs');
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment