Skip to content
Snippets Groups Projects
Commit cb13c507 authored by Henry's avatar Henry
Browse files

CleanFunctions: Added statement to remove the tetDualMesh

parent d191bac7
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment