diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/Alltest b/tutorials/mesh/foamyHexMesh/mixerVessel/Alltest new file mode 100755 index 0000000000..8fb0604162 --- /dev/null +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/Alltest @@ -0,0 +1,9 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory + +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +# Do nothing for now. + +# ----------------------------------------------------------------- end-of-file