
if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
dirlist= {"Utilities", "DDG", "DDGOX", "DDGt", "QDDGOX", "data/CMOS"};
for ii=1:length(dirlist)
addpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}]);
end
end
