Fixed PolyConnectivity is_collapse_ok, missing some configurations (Thanks to Simon Flöry for the patch)

This commit is contained in:
Jan Möbius
2018-12-10 08:54:25 +01:00
parent ce071bff37
commit 617b5e78de
2 changed files with 11 additions and 5 deletions

View File

@@ -741,5 +741,4 @@ TEST_F(OpenMeshCollapse, DeletedStatus) {
EXPECT_FALSE(mesh_.status(mesh_.opposite_halfedge_handle(bottom_right)).deleted()) << "Halfedge from vertex 5 to vertex 3 is deleted";
}
}