From 25b99e15c1e4606afdcc33ceeea5eaec6b6bb5ef Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 26 Apr 2023 21:00:44 +0100 Subject: [PATCH] tutorials/modules/multiRegion/film: Removed unnecessary Allclean scripts --- .../modules/multiRegion/film/VoFToFilm/Allclean | 12 ------------ .../modules/multiRegion/film/rivuletBox/Allclean | 12 ------------ .../modules/multiRegion/film/rivuletPanel/Allclean | 12 ------------ 3 files changed, 36 deletions(-) delete mode 100755 tutorials/modules/multiRegion/film/VoFToFilm/Allclean delete mode 100755 tutorials/modules/multiRegion/film/rivuletBox/Allclean delete mode 100755 tutorials/modules/multiRegion/film/rivuletPanel/Allclean diff --git a/tutorials/modules/multiRegion/film/VoFToFilm/Allclean b/tutorials/modules/multiRegion/film/VoFToFilm/Allclean deleted file mode 100755 index 657ecefef2..0000000000 --- a/tutorials/modules/multiRegion/film/VoFToFilm/Allclean +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/VoF/polyMesh -rm -rf constant/film/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multiRegion/film/rivuletBox/Allclean b/tutorials/modules/multiRegion/film/rivuletBox/Allclean deleted file mode 100755 index 2a71c1e034..0000000000 --- a/tutorials/modules/multiRegion/film/rivuletBox/Allclean +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/panel/polyMesh -rm -rf constant/film/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multiRegion/film/rivuletPanel/Allclean b/tutorials/modules/multiRegion/film/rivuletPanel/Allclean deleted file mode 100755 index 2a71c1e034..0000000000 --- a/tutorials/modules/multiRegion/film/rivuletPanel/Allclean +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/panel/polyMesh -rm -rf constant/film/polyMesh - -#------------------------------------------------------------------------------