From f1b15b766b5fd006ba48acd13f8fa4695d516d12 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 22 Nov 2012 10:16:24 +0000 Subject: [PATCH] ENH: Added removal of postProcessing folder to tutorial clean functions --- bin/tools/CleanFunctions | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions index 8a6301a545..bd1659e6fc 100644 --- a/bin/tools/CleanFunctions +++ b/bin/tools/CleanFunctions @@ -74,6 +74,7 @@ cleanCase() cleanDynamicCode rm -rf processor* > /dev/null 2>&1 + rm -rf postProcessing > /dev/null 2>&1 rm -rf probes* > /dev/null 2>&1 rm -rf forces* > /dev/null 2>&1 rm -rf graphs* > /dev/null 2>&1