mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
Fix compile warning
This commit is contained in:
parent
9ed534c301
commit
bdd15644d3
@ -1335,7 +1335,7 @@ namespace netgen
|
|||||||
const auto& occface = dynamic_cast<const OCCFace&>(face);
|
const auto& occface = dynamic_cast<const OCCFace&>(face);
|
||||||
for(auto& vert : GetVertices(occface.Shape()))
|
for(auto& vert : GetVertices(occface.Shape()))
|
||||||
verts.Append(&GetVertex(vert));
|
verts.Append(&GetVertex(vert));
|
||||||
return move(verts);
|
return std::move(verts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user