From f8268c433ed8f780e952f63801e5e775ffe94f8a Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 31 Aug 2012 17:02:10 +0100 Subject: [PATCH] STYLE: controlDict: removed tab --- .../oscillatingBox/system/controlDict | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict b/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict index 841980b5d8..7ca125be5b 100644 --- a/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict +++ b/tutorials/incompressible/potentialFreeSurfaceFoam/oscillatingBox/system/controlDict @@ -55,17 +55,17 @@ functions { forces { - type forces; - functionObjectLibs ("libforces.so"); - outputControl outputTime; - outputInterval 1; - patches (floatingObject); - pName p; - UName U; - rhoName rhoInf; - log true; - rhoInf 1000; - CofR (0 0 0); + type forces; + functionObjectLibs ("libforces.so"); + outputControl outputTime; + outputInterval 1; + patches (floatingObject); + pName p; + UName U; + rhoName rhoInf; + log true; + rhoInf 1000; + CofR (0 0 0); } poolHeight @@ -84,7 +84,7 @@ functions ( zeta ); - + } };