diff --git a/scripts/gp.sh b/scripts/gp.sh index 71abc35..2128325 100644 --- a/scripts/gp.sh +++ b/scripts/gp.sh @@ -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