Skip to content
Snippets Groups Projects

fix wrong object call

Merged Lemmer, Jan requested to merge fixBuginDataPath into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -59,7 +59,7 @@ classdef dataPath < handle
%checks if input is a valid DataPath object
tf = ~isfile(obj.DataPaths);
if any(tf)
dataPath.throwError();
obj.throwError();
end
end
end
Loading