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:
@@ -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>
|
||||||
|
|||||||
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user