mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use list methods find/found instead of findIndex function
This commit is contained in:
@ -416,7 +416,7 @@ void visitPointRegion
|
||||
|
||||
|
||||
|
||||
label index = findIndex(s.pointFaces()[pointI], nextFaceI);
|
||||
label index = s.pointFaces()[pointI].find(nextFaceI);
|
||||
|
||||
if (pFacesZone[index] == -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user