Skip to content

Commit 1b588a5

Browse files
authored
Merge pull request #154 from Geode-solutions/fix/non_manifold_issue
fix(Inspector): removing sorte_unique call, to allow multiple edge on same surface count.
2 parents 48db93d + f9a26de commit 1b588a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/geode/inspector/criterion/manifold/brep_meshes_manifold.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ namespace geode
187187
}
188188
for( auto& edge : edges )
189189
{
190-
sort_unique( edge.second );
191190
if( edge.second.size() <= 1 )
192191
{
193192
continue;

0 commit comments

Comments
 (0)