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
(
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();