Interim commit

This commit is contained in:
Chris Hennes
2024-01-15 19:13:33 -06:00
parent 99ad972319
commit 24c20a746b
3 changed files with 19 additions and 5 deletions

View File

@@ -862,7 +862,7 @@ TopoShape& TopoShape::makeElementOrderedWires(const std::vector<TopoShape>& shap
}
TopoShape &TopoShape::makECopy(const TopoShape &shape, const char *op, bool copyGeom, bool copyMesh)
TopoShape &TopoShape::makeElementCopy(const TopoShape &shape, const char *op, bool copyGeom, bool copyMesh)
{
if(shape.isNull())
return *this;