A collection of tools for operation based on MADX calculations
There are a couple of external submodules. To get them (first time only):
cd externals/MatLabTools
git submodule update --init --recursive
cd -
To actually update:
cd externals/MatLabTools
git pull
cd -