mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use HashTable iterator 'val()' method instead of 'object()'
This commit is contained in:
@ -39,7 +39,7 @@ void Foam::functionObjects::nearWallFields::createFields
|
||||
|
||||
forAllConstIters(flds, iter)
|
||||
{
|
||||
const VolFieldType& fld = *(iter.object());
|
||||
const VolFieldType& fld = *(iter.val());
|
||||
|
||||
if (fieldMap_.found(fld.name()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user