ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / compressible / sonicLiquidFoam / Allclean
blobfe284d4fded5e234ef53563d9ac9cf7b598e1346
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial clean functions
5 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
7 removeCase decompressionTankFine
8 foamCleanTutorials cases
10 # ----------------------------------------------------------------- end-of-file