Skip to content
Snippets Groups Projects
Commit 05022c37 authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: minor formatting

parent b0276efa
No related branches found
No related tags found
No related merge requests found
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) ...@@ -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) ...@@ -27,7 +21,7 @@ if (nAlphaSubCycles > 1)
} }
else else
{ {
# include "alphaEqn.H" #include "alphaEqn.H"
} }
interface.correct(); interface.correct();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment