make output compatible with dictionary entries
[OpenFOAM-1.5.x.git] / tutorials / mdEquilibrationFoam / Allclean
blob00dd874d7638805cf31b2c56b01b659e0792e1c4
1 #!/bin/sh
3 # Source tutorial clean functions
4 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 cd periodicCube
7 rm -rf 0
8 rm -rf Ar-Ar
9 rm -rf constant/idList
10 cleanCase
11 cd ..