tutorials/modules/multiRegion/film: Removed unnecessary Allclean scripts

This commit is contained in:
Henry Weller
2023-04-26 21:00:44 +01:00
parent 67ff5da438
commit 25b99e15c1
3 changed files with 0 additions and 36 deletions

View File

@ -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
#------------------------------------------------------------------------------

View File

@ -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
#------------------------------------------------------------------------------

View File

@ -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
#------------------------------------------------------------------------------