mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
COMP: avoid clang compiler warnings
This commit is contained in:
@ -536,12 +536,7 @@ Foam::label Foam::DistributedDelaunayMesh<Triangulation>::referVertices
|
||||
|
||||
if (!pointsNotInserted.empty())
|
||||
{
|
||||
for
|
||||
(
|
||||
labelPairHashSet::const_iterator iter = pointsNotInserted.begin();
|
||||
iter != pointsNotInserted.end();
|
||||
++iter
|
||||
)
|
||||
forAllConstIters(pointsNotInserted, iter)
|
||||
{
|
||||
if (receivedVertices.found(iter.key()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user