ThirdParty: add Zoltan 3.5 to the list of packages, but don't activate the compilatio...
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / contactStressFoam / Allclean
blob2c10b356410f84980f2ef4caf9c8d54ecf1d36ac
1 #!/bin/sh
3 currDir=`pwd`
4 application=`basename $currDir`
5 cases="ballAndBrick"
7 tutorialPath=`dirname $0`/..
8 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
10 for case in $cases
12 (cd $case; cleanCase)
13 done