fix ref to ARE
This commit is contained in:
parent
8dfa572e66
commit
75853cd78a
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue