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

@@ -8,7 +8,7 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.1</b> (2012/01/24,Rev.530)</td><td> <tr valign=top><td><b>2.1</b> (2012/01/24,Rev.531)</td><td>
<b>Core</b> <b>Core</b>
<ul> <ul>

View File

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