From 534c173a095b23fff9cb82502017ef70e2452392 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 3 Jan 2018 10:48:17 +0100 Subject: [PATCH] TUT: cleanup lumpedPointMotion copied/derived files (closes #683) --- .../incompressible/lumpedPointMotion/building/steady/Allclean | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/incompressible/lumpedPointMotion/building/steady/Allclean b/tutorials/incompressible/lumpedPointMotion/building/steady/Allclean index e2f275d9fd..a682e661d1 100755 --- a/tutorials/incompressible/lumpedPointMotion/building/steady/Allclean +++ b/tutorials/incompressible/lumpedPointMotion/building/steady/Allclean @@ -4,4 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory cleanCase0 +# Clean up copied/derived files +rm -rf constant/triSurface + #------------------------------------------------------------------------------