mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use move construct for cellZone/faceZone
This commit is contained in:
@ -1168,7 +1168,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
forAll(faceZoneIDs, faceZonei)
|
||||
{
|
||||
label zoneID = faceGroupZoneID[faceZoneIDs[faceZonei] ];
|
||||
label zoneID = faceGroupZoneID[faceZoneIDs[faceZonei]];
|
||||
word name = groupName[zoneID];
|
||||
const word& type = groupType[zoneID];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user