Intel icpc compiler: made a few random changes to keep the Intel compiler happy

This commit is contained in:
Henry
2011-03-31 11:56:33 +01:00
parent 3c2c3650d4
commit b8839a7ba6
7 changed files with 8 additions and 45 deletions

View File

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