Fixed test values

This commit is contained in:
Jan Möbius
2024-02-20 17:05:31 +01:00
parent 2c38dc5de5
commit 740818c61c

View File

@@ -55,8 +55,8 @@ TEST_F(OpenMeshHoleFiller_Triangle,Triangle_Hole_Filling) {
filler.fill_all_holes();
EXPECT_EQ(7526u, mesh_.n_vertices() ) << "Wrong number of vertices after smoothing?";
EXPECT_EQ(15048u, mesh_.n_faces() ) << "Wrong number of faces after smoothing?";
EXPECT_EQ(7353u, mesh_.n_vertices() ) << "Wrong number of vertices after smoothing?";
EXPECT_EQ(14702u, mesh_.n_faces() ) << "Wrong number of faces after smoothing?";
}