From 05022c373a66f6f0f1e1321e984ce4d15a4eb618 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 14 Jan 2011 15:44:00 +0000 Subject: [PATCH] STYLE: minor formatting --- .../interFoam/LTSInterFoam/alphaEqnSubCycle.H | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/applications/solvers/multiphase/interFoam/LTSInterFoam/alphaEqnSubCycle.H b/applications/solvers/multiphase/interFoam/LTSInterFoam/alphaEqnSubCycle.H index 073d058bfa..bcf535873c 100644 --- a/applications/solvers/multiphase/interFoam/LTSInterFoam/alphaEqnSubCycle.H +++ b/applications/solvers/multiphase/interFoam/LTSInterFoam/alphaEqnSubCycle.H @@ -1,12 +1,6 @@ -label nAlphaCorr -( - readLabel(piso.lookup("nAlphaCorr")) -); +label nAlphaCorr(readLabel(piso.lookup("nAlphaCorr"))); -label nAlphaSubCycles -( - readLabel(piso.lookup("nAlphaSubCycles")) -); +label nAlphaSubCycles(readLabel(piso.lookup("nAlphaSubCycles")))); if (nAlphaSubCycles > 1) { @@ -19,7 +13,7 @@ if (nAlphaSubCycles > 1) !(++alphaSubCycle).end(); ) { -# include "alphaEqn.H" + #include "alphaEqn.H" rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi; } @@ -27,7 +21,7 @@ if (nAlphaSubCycles > 1) } else { -# include "alphaEqn.H" + #include "alphaEqn.H" } interface.correct();