From 71db93570ae663011d44c8eabd9833476b9d75ed Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 28 Oct 2015 13:31:18 +0000 Subject: [PATCH] BUG: gap_detection: added to Allrun --- tutorials/mesh/snappyHexMesh/Allrun | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorials/mesh/snappyHexMesh/Allrun b/tutorials/mesh/snappyHexMesh/Allrun index d37c93a33d..aeac877153 100755 --- a/tutorials/mesh/snappyHexMesh/Allrun +++ b/tutorials/mesh/snappyHexMesh/Allrun @@ -12,6 +12,11 @@ cd ${0%/*} || exit 1 # Run from this directory ./Allrun ) +( + cd gap_detection || exit + ./Allrun +) + exit 0 # These cases are links to solver test cases and are run when the Allrun