Fix tutorials: Redundant Allrun script removed from interFoam tutorial damBreak.

The Allrun script within the damBreak tutorial case conflicted with the
one in the root directory causing the test to fail.
This commit is contained in:
Philippose Rajan 2010-10-19 07:16:54 +02:00
parent 9bf512c2bd
commit 32d9334374

View file

@ -1,10 +0,0 @@
#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name
application=`getApplication`
runApplication blockMesh
runApplication setFields
runApplication $application