From b620938829ebd19a53dc179567c5801b1441f7ac Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 5 Feb 2014 12:24:11 +0000 Subject: [PATCH] ENH: mixerVessel: dummy Alltest --- tutorials/mesh/foamyHexMesh/mixerVessel/Alltest | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tutorials/mesh/foamyHexMesh/mixerVessel/Alltest 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