Skip to content
Snippets Groups Projects
Commit 03ce4150 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

BugFix

parent 739396a9
Branches
Tags
2 merge requests!13PreRelease_V0.1,!12PreRelease_V0.1
......@@ -83,7 +83,7 @@ switch options.Method
[~, idx] = PlotID.fileCompare(DataPaths.rdata{i},fList);
% create Linked HDF5 files for identical files
if any(idx)
sourcePath = fList.name{idx}; % If there are multiple copies already, this only picks the last entry
sourcePath = fList{idx,'name'}; % If there are multiple copies already, this only picks the last entry
if contains(sourcePath,{'.h5','.hdf5'}) % Linking only for HDF5
PlotID.createLinkedHDF5(sourcePath,storPath,ID);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment