From bdcc02cf64e7860f4c3ee5af006d19302230b479 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Tue, 22 Dec 2020 09:45:36 +0000 Subject: [PATCH] TUT: added missing call to tutorial case --- tutorials/mesh/snappyHexMesh/Allrun | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/mesh/snappyHexMesh/Allrun b/tutorials/mesh/snappyHexMesh/Allrun index 5b9d4c9c593..b9bb4807441 100755 --- a/tutorials/mesh/snappyHexMesh/Allrun +++ b/tutorials/mesh/snappyHexMesh/Allrun @@ -10,6 +10,7 @@ cd "${0%/*}" || exit # Run from this directory ( cd faceZoneRegions && ./Allrun ) ( cd motorBike_leakDetection && ./Allrun ) ( cd opposite_walls && ./Allrun ) +( cd airfoilWithLayers && ./Allrun ) exit 0 -- GitLab