tutorials/modules/multiRegion/film/VoFToFilm,cylinderVoF: Added Allclean
This commit is contained in:
9
tutorials/modules/multiRegion/film/VoFToFilm/Allclean
Executable file
9
tutorials/modules/multiRegion/film/VoFToFilm/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanVoFCase
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
9
tutorials/modules/multiRegion/film/cylinderVoF/Allclean
Executable file
9
tutorials/modules/multiRegion/film/cylinderVoF/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanVoFCase
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user