Skip to content

Commit 2ce7c58

Browse files
committed
fix previous commit
1 parent 4d6cd40 commit 2ce7c58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/geode/inspector/topology/brep_lines_topology.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,6 @@ namespace geode
292292
{
293293
continue;
294294
}
295-
if( brep_.line( cmv.component_id.id() ).mesh().nb_edges() < 1 )
296-
{
297-
continue;
298-
}
299295
const auto cme = geode::component_mesh_edges(
300296
brep_, brep_.line( cmv.component_id.id() ), 0 );
301297
if( brep_.nb_incidences( cmv.component_id.id() ) >= 1 )

0 commit comments

Comments
 (0)