BUG: snappyHexMesh: missing tutorial in ./Allrun. Fixes #916.

This commit is contained in:
mattijs
2018-07-02 16:09:49 +01:00
parent 16a6379183
commit 252b5ff7dc

View File

@ -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