mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
gcc 4.2.1 compiler warning
This commit is contained in:
@ -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_
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user