From 4c2c6de0221b4947eb776e123c126bd4e9e37061 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 5 Sep 2011 19:15:39 +0100 Subject: [PATCH] Remove unnecessary spaces --- .../damBreak4phase/constant/polyMesh/blockMeshDict | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/multiphase/multiphaseEulerFoam/damBreak4phase/constant/polyMesh/blockMeshDict b/tutorials/multiphase/multiphaseEulerFoam/damBreak4phase/constant/polyMesh/blockMeshDict index 8fe280fa2f..11344be6ac 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/damBreak4phase/constant/polyMesh/blockMeshDict +++ b/tutorials/multiphase/multiphaseEulerFoam/damBreak4phase/constant/polyMesh/blockMeshDict @@ -16,7 +16,7 @@ FoamFile convertToMeters 0.146; -vertices +vertices ( (0 0 0) (2 0 0) @@ -44,7 +44,7 @@ vertices (4 4 0.1) ); -blocks +blocks ( hex (0 1 5 4 12 13 17 16) (23 8 1) simpleGrading (1 1 1) hex (2 3 7 6 14 15 19 18) (19 8 1) simpleGrading (1 1 1) @@ -53,7 +53,7 @@ blocks hex (6 7 11 10 18 19 23 22) (19 42 1) simpleGrading (1 1 1) ); -edges +edges ( );