fix ref to ARE

This commit is contained in:
Erik B Knudsen 2022-11-02 15:23:23 +01:00
parent 8dfa572e66
commit 75853cd78a

View file

@ -2,9 +2,9 @@
set -ex
if test -f "./h5m_files/ARE.h5m"; then
python ./scripts/ARE_geometry_plot.py
if test -f "./h5m_files/msre.h5m"; then
python ./scripts/msre_geometry_plot.py
else
python ./scripts/step_to_h5m.py
python ./scripts/ARE_geometry_plot.py
python ./scripts/msre_geometry_plot.py
fi