Fix bug introduced in 27fda91c8c

For parallel computations, the relative path is necessary.
time-shift
Johannes Pfeifer 2013-05-02 14:27:05 +02:00
parent 188d269467
commit 1e0a728906
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ for indPC=1:length(Parallel),
end
if ischar(NamFileInput0),
for j=1:size(NamFileInput0,1),
NamFile(j,:)={pwd filesep,deblank(NamFileInput0(j,:))};
NamFile(j,:)={['./'],deblank(NamFileInput0(j,:))};
end
NamFileInput = NamFile;
end