STYLE: 80 char lines.

This commit is contained in:
graham
2010-07-28 16:42:53 +01:00
parent 4d870512a6
commit f26b8c1cc7
24 changed files with 167 additions and 65 deletions

View File

@ -49,7 +49,10 @@
const bool pressureImplicitPorosity =
(
pZones.size()
&& mesh.solutionDict().subDict("SIMPLE").readIfPresent("nUCorrectors", nUCorr)
&& mesh.solutionDict().subDict("SIMPLE").readIfPresent
(
"nUCorrectors",
nUCorr
)
&& (nUCorr > 0)
);