Formatting

This commit is contained in:
Hrvoje Jasak 2010-10-12 08:51:26 +01:00
parent 3aa57b52aa
commit 4935804479

View file

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