Skip to content
Snippets Groups Projects
Allclean 566 B
Newer Older
cd ${0%/*} || exit 1                        # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions  # Tutorial clean functions
\rm allVisibleFaces.obj 2>/dev/null
rm -rf constant/cellToRegion
rm -rf constant/*/polyMesh  # region meshes

rm -f constant/air/F
rm -f constant/air/constructMap*
rm -f constant/air/finalAgglom
rm -f constant/air/globalFaceFaces
rm -f constant/air/mapDist
rm -f constant/air/visibleFaceFaces

sergio's avatar
sergio committed
rm -rf constant/triSurface

#------------------------------------------------------------------------------