Fixed array size for unit test
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@418 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -422,7 +422,7 @@ TEST_F(OpenMeshIterators, FaceFaceIterWithoutHoles) {
|
|||||||
mesh_.clear();
|
mesh_.clear();
|
||||||
|
|
||||||
// Add some vertices
|
// Add some vertices
|
||||||
Mesh::VertexHandle vhandle[5];
|
Mesh::VertexHandle vhandle[6];
|
||||||
|
|
||||||
vhandle[0] = mesh_.add_vertex(Mesh::Point(0, 1, 0));
|
vhandle[0] = mesh_.add_vertex(Mesh::Point(0, 1, 0));
|
||||||
vhandle[1] = mesh_.add_vertex(Mesh::Point(1, 0, 0));
|
vhandle[1] = mesh_.add_vertex(Mesh::Point(1, 0, 0));
|
||||||
|
|||||||
Reference in New Issue
Block a user