From b09038cd1ad37f7a5f9f4f4c351c6ddb4567be65 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 7 Jun 2011 15:46:21 +0100 Subject: [PATCH] BUG: Allrun: flange case not run --- tutorials/mesh/snappyHexMesh/Allrun | 6 ++++++ 1 file changed, 6 insertions(+) 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