TUT: adjust tutorials for test loop

This commit is contained in:
Mark Olesen
2020-12-22 12:16:50 +01:00
parent e58b59ed6f
commit 7bdb509494
11 changed files with 49 additions and 22 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
# Run serial
(cd left && runApplication blockMesh)