mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Intel icpc compiler: made a few random changes to keep the Intel compiler happy
This commit is contained in:
@ -282,7 +282,7 @@ Foam::label Foam::ptscotchDecomp::decomposeZeroDomains
|
||||
<<
|
||||
(
|
||||
cWeights.size()
|
||||
? scalarField::subField(cWeights, nCells, startCell)
|
||||
? static_cast<const scalarField&>(scalarField::subField(cWeights, nCells, startCell))
|
||||
: scalarField(0)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user