bin/tools/CleanFunctions: Recursively remove 0/polyMesh

This commit is contained in:
Henry Weller
2018-05-31 16:46:48 +01:00
parent e7842f27a9
commit ac4592126d

View File

@ -80,7 +80,7 @@ cleanCase()
rm -rf VTK > /dev/null 2>&1 rm -rf VTK > /dev/null 2>&1
rm -rf sequencedVTK > /dev/null 2>&1 rm -rf sequencedVTK > /dev/null 2>&1
rm -f 0/polyMesh 0/cellLevel 0/pointLevel 0/cellDist constant/cellDecomposition rm -rf 0/polyMesh 0/cellLevel 0/pointLevel 0/cellDist constant/cellDecomposition
if [ -e system/blockMeshDict.m4 ] if [ -e system/blockMeshDict.m4 ]
then then