Fixed array bound in unittest

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@531 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-24 13:01:00 +00:00
parent 4d2b683a64
commit 22d8f033c3
2 changed files with 2 additions and 2 deletions

View File

@@ -349,7 +349,7 @@ TEST_F(OpenMeshCollapse, CollapseComplex) {
mesh_.clear();
// Add some vertices
Mesh::VertexHandle vhandle[4];
Mesh::VertexHandle vhandle[5];
// Setup a pyramid
vhandle[0] = mesh_.add_vertex(Mesh::Point(0 , 0, 0));