Skip to content
Snippets Groups Projects

Merge new CI Test into master

Merged Lemmer, Jan requested to merge development into master
13 files
+ 144
16
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 1
1
@@ -22,7 +22,7 @@ classdef config < handle
% wizard is started by the catch block
obj.configFileName = configFileName;
try %Validity Check
tmp = what("PlotID");
tmp = what("+PlotID");
tmp = strrep(tmp.path,'+PlotID','');
defaultConfigPath = fullfile(tmp,obj.configFileName);
if isfile(defaultConfigPath)
Loading