gcc 4.2.1 compiler warning

This commit is contained in:
mattijs
2008-10-13 09:33:36 +01:00
parent c713c814e3
commit 682c247e00

View File

@ -54,9 +54,11 @@ Foam::Field<T> Foam::channelIndex::collapse
) const
{
// Average and order
const Field<T> summedField(regionSum(cellField));
Field<T> regionField
(
regionSum(cellField)
summedField
/ regionCount_,
sortMap_
);