From f203f4a835bd14f0a3329788d6b4cbbe971d36a7 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 5 Apr 2011 20:53:09 +0100 Subject: [PATCH] ENH: flange: clean 0 directory. --- tutorials/mesh/snappyHexMesh/flange/Allclean | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/mesh/snappyHexMesh/flange/Allclean b/tutorials/mesh/snappyHexMesh/flange/Allclean index 33ed4e7d50..884d713e5f 100755 --- a/tutorials/mesh/snappyHexMesh/flange/Allclean +++ b/tutorials/mesh/snappyHexMesh/flange/Allclean @@ -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