Skip to content

Commit 12c7093

Browse files
committed
arnaud comments
1 parent 1a06cd2 commit 12c7093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/inspector/topology/brep_lines_topology.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ namespace geode
292292
{
293293
continue;
294294
}
295-
if( brep_.line( cmv.component_id.id() ).mesh().nb_edges() < 1 )
295+
if( brep_.line( cmv.component_id.id() ).mesh().nb_edges() == 0 )
296296
{
297297
continue;
298298
}

0 commit comments

Comments
 (0)