BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / boundaryFoam / boundaryWallFunctionsProfile / Allclean
blob53e777c12cbc7327c4e212c9b173de116de0e34b
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 cleanCase
9 rm -rf logs
10 rm -f *.eps yPlus_vs_uPlus
12 # ----------------------------------------------------------------- end-of-file