mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected line length
This commit is contained in:
@ -282,7 +282,10 @@ Foam::label Foam::ptscotchDecomp::decomposeZeroDomains
|
|||||||
<<
|
<<
|
||||||
(
|
(
|
||||||
cWeights.size()
|
cWeights.size()
|
||||||
? static_cast<const scalarField&>(scalarField::subField(cWeights, nCells, startCell))
|
? static_cast<const scalarField&>
|
||||||
|
(
|
||||||
|
scalarField::subField(cWeights, nCells, startCell)
|
||||||
|
)
|
||||||
: scalarField(0)
|
: scalarField(0)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user