Skip to content
Snippets Groups Projects
Commit 7343f95a authored by sergio's avatar sergio
Browse files

STY: line exceeding 80 characthers.

parent 8f1a3507
Branches
Tags
No related merge requests found
......@@ -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++)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment