ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / mesh / snappyHexMesh / Allrun
blob057d8bf8dd76dd03931ef34eada94930c3945ff6
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
5 (
6 cd flange || exit
7 ./Allrun
8 )
10 exit 0
12 # These cases are links to solver test cases and are run when the Allrun
13 # scripts of those solvers are run.
15 # This dummy Allrun script avoids meshing these cases twice.
17 # ----------------------------------------------------------------- end-of-file