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:
@ -65,7 +65,7 @@ void removeZone
|
||||
const word& setName
|
||||
)
|
||||
{
|
||||
label zoneID = zones.findZoneID(setName);
|
||||
label zoneID = zones.findIndex(setName);
|
||||
|
||||
if (zoneID != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user