From 32d933437475030f588278116c47b970fddc21d0 Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Tue, 19 Oct 2010 07:16:54 +0200 Subject: [PATCH] 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. --- tutorials/multiphase/interFoam/ras/damBreak/Allrun | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 tutorials/multiphase/interFoam/ras/damBreak/Allrun diff --git a/tutorials/multiphase/interFoam/ras/damBreak/Allrun b/tutorials/multiphase/interFoam/ras/damBreak/Allrun deleted file mode 100755 index 90917ec79..000000000 --- a/tutorials/multiphase/interFoam/ras/damBreak/Allrun +++ /dev/null @@ -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