Formatting

This commit is contained in:
Hrvoje Jasak 2011-10-12 10:33:03 +01:00
parent 25d87a9ab9
commit 87294064da
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
fvm::laplacian(rUAf, p) == fvc::div(phi)
);
if (corr == nCorr-1 && nonOrth == nNonOrthCorr)
if (corr == nCorr - 1 && nonOrth == nNonOrthCorr)
{
pEqn.solve(mesh.solutionDict().solver(p.name() + "Final"));
}

View file

@ -32,7 +32,7 @@
- fvm::laplacian(rhorUAf, p)
);
if (corr == nCorr-1 && nonOrth == nNonOrthCorr)
if (corr == nCorr - 1 && nonOrth == nNonOrthCorr)
{
pEqn.solve(mesh.solutionDict().solver(p.name() + "Final"));
}

View file

@ -31,7 +31,7 @@
if
(
oCorr == nOuterCorr-1
&& corr == nCorr-1
&& corr == nCorr - 1
&& nonOrth == nNonOrthCorr
)
{