ENH: use move construct for cellZone/faceZone

This commit is contained in:
Mark Olesen
2018-03-07 11:28:05 +01:00
parent 4fe8ed8245
commit b4a2876c56
9 changed files with 40 additions and 102 deletions

View File

@ -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];