Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / chemFoam / ic8h18 / Allclean
blob6d92a43370b33806ef02405519b76c41548548ea
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial run functions
5 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
7 cleanCase
9 \rm -rf 0 chemFoam.out validation/OF_vs_CHEMKINII.eps validation/chemkinII
11 # ----------------------------------------------------------------- end-of-file