More cppcheck fixes in OM
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1075 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -258,7 +258,6 @@ TEST_F(OpenMeshTrimeshCirculatorFaceFace, FaceFaceIteratorHandleConversion) {
|
||||
|
||||
// Get the face via the handle
|
||||
Mesh::FaceHandle faceHandle1 = *face_iter;
|
||||
const Mesh::Face& face1 = mesh_.face(faceHandle1);
|
||||
|
||||
EXPECT_EQ(1, faceHandle1.idx() ) << "Wrong face handle index when getting from iterator via handle";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user