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

@ -1825,7 +1825,7 @@ int main(int argc, char *argv[])
word zoneName = "region" + Foam::name(regioni);
zoneI = cellZones.findZoneID(zoneName);
zoneI = cellZones.findIndex(zoneName);
if (zoneI == -1)
{