From dcbb8c94b22c13405ee1a5b9c517351edf2ceb7e Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Wed, 1 Jul 2009 11:20:57 +0100 Subject: [PATCH] remove sets and snappyHexMesh *Level files --- bin/tools/CleanFunctions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/tools/CleanFunctions b/bin/tools/CleanFunctions index c63b69c45fb..367085197eb 100644 --- a/bin/tools/CleanFunctions +++ b/bin/tools/CleanFunctions @@ -64,6 +64,9 @@ cleanCase () rm -rf constant/polyMesh/{allOwner*,cell*,face*,meshModifiers*} \ constant/polyMesh/{owner*,neighbour*,point*,edge*} \ + constant/polyMesh/{cellLevel,pointLevel,refinementHistory,surfaceIndex} \ + constant/{cellLevel,pointLevel} \ + constant/polyMesh/sets/ \ > /dev/null 2>&1 for f in `find . -name "*Dict"` -- GitLab