From 75853cd78a0ab9ddbc754e81c738742816542add Mon Sep 17 00:00:00 2001 From: Erik B Knudsen Date: Wed, 2 Nov 2022 15:23:23 +0100 Subject: [PATCH] fix ref to ARE --- scripts/gp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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