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

Fix bug introduced in 27fda91c

For parallel computations, the relative path is necessary.
parent 188d2694
No related branches found
No related tags found
1 merge request!384Remove mexErrorCheck from k_order_pert to make it obey the noprint-option
...@@ -48,7 +48,7 @@ for indPC=1:length(Parallel), ...@@ -48,7 +48,7 @@ for indPC=1:length(Parallel),
end end
if ischar(NamFileInput0), if ischar(NamFileInput0),
for j=1:size(NamFileInput0,1), for j=1:size(NamFileInput0,1),
NamFile(j,:)={pwd filesep,deblank(NamFileInput0(j,:))}; NamFile(j,:)={['./'],deblank(NamFileInput0(j,:))};
end end
NamFileInput = NamFile; NamFileInput = NamFile;
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment