From 281f06df04bf3596e7c9d322fe816a74ba5ad1d2 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Tue, 26 Oct 2010 18:42:30 +0100 Subject: [PATCH] ENH: CleanFunctions : clear out sets/ postprocessing directory --- bin/tools/CleanFunctions | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions index 1ada431b205..b140bf246bb 100644 --- a/bin/tools/CleanFunctions +++ b/bin/tools/CleanFunctions @@ -65,6 +65,7 @@ cleanCase() rm -rf processor* > /dev/null 2>&1 rm -rf probes* > /dev/null 2>&1 rm -rf forces* > /dev/null 2>&1 + rm -rf sets > /dev/null 2>&1 rm -rf system/machines > /dev/null 2>&1 (cd constant/polyMesh && \ rm -rf \ -- GitLab