MeshZones: Renamed findZoneID -> findIndex

Index is a better name to describe a label index than ID which may be an
integer, word or other means of identification.
This commit is contained in:
Henry Weller
2023-12-15 22:25:02 +00:00
parent c21ff68e79
commit 77f0b172a9
36 changed files with 98 additions and 93 deletions

View File

@ -65,7 +65,7 @@ void removeZone
const word& setName
)
{
label zoneID = zones.findZoneID(setName);
label zoneID = zones.findIndex(setName);
if (zoneID != -1)
{