BUG: Break no longer required as loop depth reduced - was causing referring failure.

This commit is contained in:
graham
2011-05-02 10:18:48 +01:00
parent b6071774f2
commit 0b5f17f30c

View File

@ -1212,7 +1212,6 @@ void Foam::conformalVoronoiMesh::parallelInterfaceInfluence
{
toProc[procI] = true;
break;
}
}
}