From 4ebe912f3098cef09205cb56ddb61fb54c8acdef Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 19 Apr 2011 23:28:17 +0100 Subject: [PATCH] CleanFunctions: remove directories containing sampled data and graphs --- bin/tools/CleanFunctions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions index ce8f01d39c..e7f1ad40a6 100644 --- a/bin/tools/CleanFunctions +++ b/bin/tools/CleanFunctions @@ -78,6 +78,8 @@ cleanCase() rm -rf forces* > /dev/null 2>&1 rm -rf graphs* > /dev/null 2>&1 rm -rf sets > /dev/null 2>&1 + rm -rf surfaceSampling > /dev/null 2>&1 + rm -rf cuttingPlane > /dev/null 2>&1 rm -rf system/machines > /dev/null 2>&1 if [ -d constant/polyMesh ]