tutorials: Put the foamyHexMesh flange tutorial back in the test loop

This commit is contained in:
Will Bainbridge
2017-10-06 09:24:21 +01:00
parent 87506d8696
commit f18ffee22e

View File

@ -14,6 +14,10 @@ then
cd blob || exit
./Allrun $*
)
(
cd flange || exit
./Allrun $*
)
(
cd simpleShapes || exit
./Allrun $*
@ -21,10 +25,6 @@ then
if ! isTest $@
then
(
cd flange || exit
./Allrun $*
)
(
cd mixerVessel || exit
./Allrun $*