From 352e4d934c8346c1f094564ff0ae6a29b9ade88c Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Thu, 12 Jun 2014 08:21:43 +0100 Subject: [PATCH] Remove runApplication from transformPoints: breaks tutorial --- .../MRFSimpleFoam/axialTurbine_mixingPlane/Allrun | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/Allrun b/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/Allrun index 1d88292b6..b3fb98fd0 100755 --- a/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/Allrun +++ b/tutorials/incompressible/MRFSimpleFoam/axialTurbine_mixingPlane/Allrun @@ -8,9 +8,8 @@ application=`getApplication` #Create the mesh: m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict runApplication blockMesh -runApplication transformPoints -scale "(1 20 1)" -\rm -f log.transformPoints -runApplication transformPoints -cylToCart "((0 0 0) (0 0 1) (1 0 0))" +transformPoints -scale "(1 20 1)" +transformPoints -cylToCart "((0 0 0) (0 0 1) (1 0 0))" # Set 0-directory and create GGI set: cp -r 0_orig 0