From 79a4326b25f9dca88519d97f07e486f56abc6264 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 2 Aug 2012 14:56:33 +0100 Subject: [PATCH] ENH: Clean-up tutorial geometries if copied from resources folder --- tutorials/incompressible/pimpleDyMFoam/propeller/Allclean | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/Allclean b/tutorials/incompressible/pimpleDyMFoam/propeller/Allclean index f87f062960..7be04a3bab 100755 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/Allclean +++ b/tutorials/incompressible/pimpleDyMFoam/propeller/Allclean @@ -4,9 +4,11 @@ cd ${0%/*} || exit 1 # run from this directory # Source tutorial clean functions . $WM_PROJECT_DIR/bin/tools/CleanFunctions +# remove surface +\rm -f constant/triSurface/propellerTip.obj.gz + cleanCase \rm -rf 0 \rm -rf constant/extendedFeatureEdgeMesh/ \rm -f constant/triSurface/*.eMesh* -