Skip to content
Snippets Groups Projects

fixes #38

3 files
+ 19
22
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
2
@@ -128,8 +128,7 @@ switch options.Method
fList.path = fullfile(fList.folder,fList.name);
sourcePath = fList{idx,'path'};
relativeSourcePath = strrep(sourcePath,currentPath,'');
%WIP relative PATh!!
if contains(sourcePath,{'.h5','.hdf5'}) % Linking only for HDF5
PlotID.createLinkedHDF5(relativeSourcePath{1,1},storPath,ID);
end
Loading