STYLE: minor formatting

This commit is contained in:
andy 2011-01-14 15:44:00 +00:00
parent b0276efa48
commit 05022c373a

View File

@ -1,12 +1,6 @@
label nAlphaCorr label nAlphaCorr(readLabel(piso.lookup("nAlphaCorr")));
(
readLabel(piso.lookup("nAlphaCorr"))
);
label nAlphaSubCycles label nAlphaSubCycles(readLabel(piso.lookup("nAlphaSubCycles"))));
(
readLabel(piso.lookup("nAlphaSubCycles"))
);
if (nAlphaSubCycles > 1) if (nAlphaSubCycles > 1)
{ {
@ -19,7 +13,7 @@ if (nAlphaSubCycles > 1)
!(++alphaSubCycle).end(); !(++alphaSubCycle).end();
) )
{ {
# include "alphaEqn.H" #include "alphaEqn.H"
rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi; rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi;
} }
@ -27,7 +21,7 @@ if (nAlphaSubCycles > 1)
} }
else else
{ {
# include "alphaEqn.H" #include "alphaEqn.H"
} }
interface.correct(); interface.correct();