COMP: avoid clang compiler warnings

This commit is contained in:
Mark Olesen
2017-05-02 13:33:40 +02:00
parent 1dc3236825
commit 45c29be341
2 changed files with 6 additions and 7 deletions

View File

@ -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()))
{