STY: line exceeding 80 characthers.

This commit is contained in:
sergio
2010-09-06 11:28:26 +01:00
parent 8f1a350758
commit 7343f95afb

View File

@ -48,7 +48,10 @@
phi = alphaf*phia + betaf*phib;
surfaceScalarField Dp("(rho*(1|A(U)))", alphaf*rUaAf/rhoa + betaf*rUbAf/rhob);
surfaceScalarField Dp
(
"(rho*(1|A(U)))", alphaf*rUaAf/rhoa + betaf*rUbAf/rhob
);
for(int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
{