TUT: examples for PDRsetFields

This commit is contained in:
Mark Olesen
2019-12-16 21:50:58 +01:00
parent a60fe9c7b0
commit 9d63a1e7c4
79 changed files with 5185 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase0
rm -f panelList
rm -f system/PDRMeshDict
#------------------------------------------------------------------------------