Corrected line length

This commit is contained in:
Henry
2011-03-31 12:00:45 +01:00
parent 1bc5ac6d7d
commit fe99873a10

View File

@ -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)
); );