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
|
||||
(
|
||||
readLabel(piso.lookup("nAlphaCorr"))
|
||||
);
|
||||
label nAlphaCorr(readLabel(piso.lookup("nAlphaCorr")));
|
||||
|
||||
label nAlphaSubCycles
|
||||
(
|
||||
readLabel(piso.lookup("nAlphaSubCycles"))
|
||||
);
|
||||
label nAlphaSubCycles(readLabel(piso.lookup("nAlphaSubCycles"))));
|
||||
|
||||
if (nAlphaSubCycles > 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user