Skip to content
Snippets Groups Projects

Dev/datapath handle all structs

Merged Hock, Martin requested to merge dev/datapath-handle-all-structs into development
4 files
+ 17
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -66,7 +66,7 @@ classdef dataPath < handle
function cleanTmpFile(obj)
if ~isempty(obj.tmpPath)
delete(obj.tmpPath);
delete(obj.tmpPath{:});
end
end
Loading