update test suite 3D

This commit is contained in:
Pierre Alliez 2006-03-02 15:28:24 +00:00
parent d0c67b7b1f
commit 01fb911f18
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ void test_3D_triangle_set(const unsigned int nb_triangles)
std::list<Triangle> triangles;
unsigned int i;
for(i=0;i<nb_triangles;i++)
points.push_back(Triangle(random_point_xy(),random_point_xy(),random_point_xy()));
triangles.push_back(Triangle(random_point_xy(),random_point_xy(),random_point_xy()));
// fit a plane
// call all versions of the function