remove sets and snappyHexMesh *Level files

This commit is contained in:
mattijs
2009-07-01 11:20:57 +01:00
parent 55a9be9cea
commit dcbb8c94b2

View File

@ -64,6 +64,9 @@ cleanCase ()
rm -rf constant/polyMesh/{allOwner*,cell*,face*,meshModifiers*} \ rm -rf constant/polyMesh/{allOwner*,cell*,face*,meshModifiers*} \
constant/polyMesh/{owner*,neighbour*,point*,edge*} \ constant/polyMesh/{owner*,neighbour*,point*,edge*} \
constant/polyMesh/{cellLevel,pointLevel,refinementHistory,surfaceIndex} \
constant/{cellLevel,pointLevel} \
constant/polyMesh/sets/ \
> /dev/null 2>&1 > /dev/null 2>&1
for f in `find . -name "*Dict"` for f in `find . -name "*Dict"`