Fixed unittest warning

This commit is contained in:
Jan Möbius
2019-04-09 08:16:35 +02:00
parent 6d2b8b8b80
commit c1496cb94a

View File

@@ -197,7 +197,7 @@ TEST_F(OpenMeshEigenTest, test_normal_computation) {
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);