Fixed bug with number of remote machines > 1

time-shift
Marco Ratto 2010-10-08 19:12:55 +02:00
parent 5c92543036
commit 1a7fcd8066
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ for i=fpar:nvar
end
if isstruct(options_.parallel)
if options_.parallel.Local==0
if Parallel(ThisMatlab).Local==0
DirectoryName = CheckPath('Output');
end
end