Skip to content
Snippets Groups Projects
Verified Commit f3f7dc80 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

:bug: fix check for Metropolis folder

(cherry picked from commit 74399f07)
parent 0c366df3
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ M_=myinputs.M_;
if whoiam
Parallel=myinputs.Parallel;
end
if ~exist('MetropolisFolder')
if ~exist(MetropolisFolder,'dir')
MetropolisFolder = CheckPath('metropolis',M_.dname);
end
......
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