[rootpath, ~, ~] = fileparts(mfilename('fullpath'));

addpath(sprintf('%s/checks/', rootpath));
addpath(sprintf('%s/contents/', rootpath));
addpath(sprintf('%s/contents/morlab/', rootpath));
addpath(sprintf('%s/contents/morlab-6.0/', rootpath));
addpath(sprintf('%s/demos/', rootpath));
addpath(sprintf('%s/demos/data/', rootpath));
addpath(sprintf('%s/demos/datascripts/', rootpath));
addpath(sprintf('%s/demos/html/', rootpath));
addpath(sprintf('%s/eqn_solvers/', rootpath));
addpath(sprintf('%s/evaluation/', rootpath));
addpath(sprintf('%s/mor/', rootpath));
addpath(sprintf('%s/mor/ct/', rootpath));
addpath(sprintf('%s/mor/ct/dense/', rootpath));
addpath(sprintf('%s/mor/ct/sparse/', rootpath));
addpath(sprintf('%s/mor/dt/', rootpath));
addpath(sprintf('%s/mor/dt/dense/', rootpath));
addpath(sprintf('%s/mor/dt/sparse/', rootpath));
addpath(sprintf('%s/subroutines/', rootpath));

addpath(sprintf('%s/doc/html/', rootpath));

clear rootpath;
