BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / engineFoam / kivaTest / Allclean
blob77f5d3447858ab8ed7d884efe763741f62181fda
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 mv ./-180 temp180
8 rm -rf 0
9 cp system/controlDict.1st system/controlDict
10 cleanCase
11 mv temp180 ./-180
13 # ----------------------------------------------------------------- end-of-file