# Run this only if the package is installed
if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
  dirlist= {"test","testfun"};
  for ii=1:length(dirlist)
     addpath (fullfile (fileparts(mfilename("fullpath")),dirlist{ii}))
  end
end
# Preserve compatibility with old versions of Octave
if (!exist ("meshgrid","file") && exist ("meshdom","file"))
   dispatch("meshgrid","meshdom","any")
end
