From 485a2549c821bd3b2261b8b2873a815fb2049f58 Mon Sep 17 00:00:00 2001 From: henry <Henry Weller h.weller@opencfd.co.uk> Date: Wed, 3 Sep 2008 08:35:44 +0100 Subject: [PATCH] Removed spaces. --- .../constant/polyMesh/blockMeshDict | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/boundaryFoam/boundaryWallFunctions/constant/polyMesh/blockMeshDict b/tutorials/boundaryFoam/boundaryWallFunctions/constant/polyMesh/blockMeshDict index 56b7dbe7494..d5201ded841 100644 --- a/tutorials/boundaryFoam/boundaryWallFunctions/constant/polyMesh/blockMeshDict +++ b/tutorials/boundaryFoam/boundaryWallFunctions/constant/polyMesh/blockMeshDict @@ -16,7 +16,7 @@ FoamFile convertToMeters 0.05; -vertices +vertices ( (0 -1 0) (0 0 0) @@ -32,24 +32,24 @@ vertices (0.1 1 0.1) ); -blocks +blocks ( hex (0 3 4 1 6 9 10 7) (1 40 1) simpleGrading (1 1 1) hex (1 4 5 2 7 10 11 8) (1 40 1) simpleGrading (1 1 1) ); -edges +edges ( ); -patches +patches ( - wall lowerWall + wall lowerWall ( (0 3 9 6) ) - wall upperWall + wall upperWall ( (2 8 11 5) ) -- GitLab