Skip to content
Snippets Groups Projects
Commit f203f4a8 authored by mattijs's avatar mattijs
Browse files

ENH: flange: clean 0 directory.

parent 483c0c65
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@ cd ${0%/*} || exit 1 # run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
rm -rf 0 > /dev/null 2>&1
rm -f ./*.obj > /dev/null 2>&1
rm -rf constant/extendedFeatureEdgeMesh > /dev/null 2>&1
rm -f constant/triSurface/flange.eMesh > /dev/null 2>&1
......
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