Skip to content

Commit

Permalink
Minor udpate to a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec authored Oct 29, 2023
1 parent aa5955e commit eaef513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/geometry/Polyhedron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void Polyhedron::performEdgeMatching() {
}
}

// special case to find edges that are used to "cut" in to a surface to remove an interior hole
// #5002 - special case to find edges that are used to "cut" in to a surface to remove an interior hole
// we allow these edges to double count the first surface since they bound the same surface on two sides
for (auto& surface : m_surfaces) {
auto& edges = surface.edges;
Expand Down

0 comments on commit eaef513

Please sign in to comment.