Merge branch 'Fix_unittest_warning' into 'master'

Fixed unittest warning

See merge request OpenMesh/OpenMesh!216
This commit is contained in:
Jan Möbius
2019-04-09 09:39:20 +02:00

View File

@@ -197,7 +197,7 @@ TEST_F(OpenMeshEigenTest, test_normal_computation) {
mesh_.update_face_normals(); mesh_.update_face_normals();
EXPECT_EQ(mesh_.n_faces(),2) << "Wrong number of faces"; EXPECT_EQ(mesh_.n_faces(),2u) << "Wrong number of faces";
EigenTriMesh::Normal normal = mesh_.normal(face1); EigenTriMesh::Normal normal = mesh_.normal(face1);