# Run this only if the package is installed
if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
  dirlist= {"Utilities","DDG","DDN"};
  for ii=1:length(dirlist)
     addpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}])
  end
end
