lgtm: [skip ci] FIXME comment

Change FIXME or remove it
This commit is contained in:
wmayer
2022-03-20 16:51:23 +01:00
parent 702222b5a2
commit c9a0fae9db
7 changed files with 6 additions and 8 deletions

View File

@@ -138,7 +138,7 @@ void CrossSection::sliceSolid(double d, const TopoDS_Shape& shape, std::list<Top
void CrossSection::connectEdges (const std::list<TopoDS_Edge>& edges, std::list<TopoDS_Wire>& wires) const
{
// FIXME: Use ShapeAnalysis_FreeBounds::ConnectEdgesToWires() as an alternative
// Hint: Use ShapeAnalysis_FreeBounds::ConnectEdgesToWires() as an alternative
std::list<TopoDS_Edge> edge_list = edges;
while (edge_list.size() > 0) {
BRepBuilderAPI_MakeWire mkWire;