diff --git a/tutorials/mesh/snappyHexMesh/Allrun b/tutorials/mesh/snappyHexMesh/Allrun index d15026b3b0..057d8bf8dd 100755 --- a/tutorials/mesh/snappyHexMesh/Allrun +++ b/tutorials/mesh/snappyHexMesh/Allrun @@ -1,6 +1,12 @@ #!/bin/sh cd ${0%/*} || exit 1 # run from this directory + +( + cd flange || exit + ./Allrun +) + exit 0 # These cases are links to solver test cases and are run when the Allrun