ThirdParty: mesquite 2.1.2: forcing the installation of the libraries under lib....
[OpenFOAM-1.6-ext.git] / tutorials / surfaceTracking / interTrackFoam / tank3D / Allclean
blobde03c0b9319bb76596f27299bf6bdf9a1822158e
1 #!/bin/sh
3 # Source tutorial clean functions
4 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 cleanFaMesh ()
8 rm -rf ./constant/faMesh/faceLabels* \
9 ./constant/faMesh/faBoundary* \
10 > /dev/null 2>&1
13 cleanCase
14 cleanFaMesh