🐛 fix check for Metropolis folder

kalman-mex
Johannes Pfeifer 2023-09-08 10:31:09 +02:00
parent 5ac11449ce
commit 74399f0728
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ M_=myinputs.M_;
if whoiam
Parallel=myinputs.Parallel;
end
if ~exist('MetropolisFolder')
if ~exist(MetropolisFolder,'dir')
MetropolisFolder = CheckPath('metropolis',M_.dname);
end