Skip to content

Commit 1da8c99

Browse files
committed
revert
1 parent 657e96f commit 1da8c99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/geode/inspector/topology/brep_blocks_topology.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ namespace
167167
for( const auto& boundary_line :
168168
brep.boundaries( incident_surface ) )
169169
{
170-
if( line.id() == boundary_line.id() )
171-
{
172-
continue;
173-
}
174170
const auto boundary_line_vertex =
175171
line_uuids_to_graph_vertices.in2out(
176172
boundary_line.id() );

0 commit comments

Comments
 (0)