From 4c0916cb08949a39668e711f67839c0a1f4795de Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Mon, 4 Oct 2010 09:18:47 +0100 Subject: [PATCH] Formatting --- tutorials/incompressible/simpleFoam/pitzDaily/0/p | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/pitzDaily/0/p b/tutorials/incompressible/simpleFoam/pitzDaily/0/p index 02e0276ed..bd74f0b8f 100644 --- a/tutorials/incompressible/simpleFoam/pitzDaily/0/p +++ b/tutorials/incompressible/simpleFoam/pitzDaily/0/p @@ -20,28 +20,28 @@ internalField uniform 0; boundaryField { - inlet + inlet { type zeroGradient; } - outlet + outlet { type fixedValue; value uniform 0; } - upperWall + upperWall { type zeroGradient; } - lowerWall + lowerWall { type zeroGradient; } - frontAndBack + frontAndBack { type empty; }