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:
@ -233,8 +233,8 @@ int main(int argc, char *argv[])
|
||||
new faceZone
|
||||
(
|
||||
"membraneFaces",
|
||||
faces,
|
||||
zoneFlip,
|
||||
std::move(faces),
|
||||
std::move(zoneFlip),
|
||||
0,
|
||||
mesh.faceZones()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user