Improved the basic tutorial clean functions.

This commit is contained in:
henry
2009-07-10 11:55:50 +01:00
parent d9b4966af2
commit 5f246c45e6
6 changed files with 10 additions and 27 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase
rm -rf VTK
rm -rf constant/cellToRegion constant/polyMesh/sets
# -----------------------------------------------------------------------------