From cb13c50765168a97f00216c2adaa51469ddb8767 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Mon, 25 Jul 2011 15:28:48 +0100 Subject: [PATCH] CleanFunctions: Added statement to remove the tetDualMesh --- bin/tools/CleanFunctions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions index e7f1ad40a61..c43f1d20179 100644 --- a/bin/tools/CleanFunctions +++ b/bin/tools/CleanFunctions @@ -97,6 +97,9 @@ cleanCase() cellToRegion cellLevel* pointLevel* \ > /dev/null 2>&1 \ ) + + rm -rf constant/tetDualMesh > /dev/null 2>&1 + rm -rf VTK > /dev/null 2>&1 rm -f 0/cellLevel 0/pointLevel -- GitLab