Updated changelog, updated doxyfile to 1.8.6

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1064 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-05-16 13:53:55 +00:00
parent f46a7a37bd
commit 06d7452697
3 changed files with 42 additions and 9 deletions

View File

@@ -267,4 +267,5 @@ TEST_F(OpenMeshTrimeshCirculatorVertexFace, VertexFaceIterBoundaryIncrement) {
EXPECT_FALSE(vf_it.is_valid()) << "Iterator invalid in VertexFaceIter at step 2";
EXPECT_TRUE( vf_it == vf_end ) << "End iterator for VertexFaceIter not matching";
}
}