SQUASH: 970449: add missing reference
This commit is contained in:
parent
798b3f4d2d
commit
90ee449c8f
@ -93,7 +93,7 @@ bool Foam::functionObjects::fieldStatistics::calcStat(const word& fieldName)
|
|||||||
const auto& field = *fieldp;
|
const auto& field = *fieldp;
|
||||||
|
|
||||||
tmp<Field<Type>> tfld = flatten(field);
|
tmp<Field<Type>> tfld = flatten(field);
|
||||||
const Field<Type> fld = tfld.cref();
|
const auto& fld = tfld.cref();
|
||||||
|
|
||||||
HashTable<variantOutput> result;
|
HashTable<variantOutput> result;
|
||||||
for (const auto& iter : statistics_.csorted())
|
for (const auto& iter : statistics_.csorted())
|
||||||
|
Loading…
Reference in New Issue
Block a user