diff --git a/tutorials/mesh/snappyHexMesh/Allrun b/tutorials/mesh/snappyHexMesh/Allrun index 976f75d38c..8a3d913278 100755 --- a/tutorials/mesh/snappyHexMesh/Allrun +++ b/tutorials/mesh/snappyHexMesh/Allrun @@ -4,6 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory ( cd flange && ./Allrun $* ) ( cd addLayersToFaceZone && ./Allrun ) ( cd gap_detection && ./Allrun ) +( cd aerofoilNACA0012_directionalRefinement && ./Allrun ) exit 0