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:
@ -800,7 +800,7 @@ void Foam::meshToMesh::constructFromCuttingPatches
|
||||
forAllConstIters(patchMap, iter)
|
||||
{
|
||||
const word& tgtPatchName = iter.key();
|
||||
const word& srcPatchName = iter.object();
|
||||
const word& srcPatchName = iter.val();
|
||||
|
||||
const polyPatch& srcPatch = srcBm[srcPatchName];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user