STYLE: Quenching compiler warning
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / stressFemFoam / Allrun
bloba00fafde0050c11da47f6420e5a3568648d53b36
1 #!/bin/sh
3 currDir=`pwd`
4 application=`basename $currDir`
5 case="plateHole"
7 tutorialPath=`dirname $0`/..
8 . $WM_PROJECT_DIR/bin/tools/RunFunctions
10 (cd $case; runApplication blockMesh)
11 (cd $case; runApplication $application)