mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor formatting
This commit is contained in:
@ -1,12 +1,6 @@
|
|||||||
label nAlphaCorr
|
label nAlphaCorr(readLabel(piso.lookup("nAlphaCorr")));
|
||||||
(
|
|
||||||
readLabel(piso.lookup("nAlphaCorr"))
|
|
||||||
);
|
|
||||||
|
|
||||||
label nAlphaSubCycles
|
label nAlphaSubCycles(readLabel(piso.lookup("nAlphaSubCycles"))));
|
||||||
(
|
|
||||||
readLabel(piso.lookup("nAlphaSubCycles"))
|
|
||||||
);
|
|
||||||
|
|
||||||
if (nAlphaSubCycles > 1)
|
if (nAlphaSubCycles > 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user