49f5df64a6
* icoLagrangianFoam tutorials work * Format of fixed tutorials updated to reflect current version standards. Current status: 10 failing tests in a total of 139 tests
14 lines
159 B
Bash
Executable file
14 lines
159 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase
|
|
|
|
rm 0/cellToRegion
|
|
|
|
if [ -d "VTK" ]
|
|
then
|
|
rm -r VTK
|
|
fi
|
|
|