fixing minor bug in the test

This commit is contained in:
Pedro Machado Manhaes de Castro 2008-12-10 15:50:34 +00:00
parent a2e8ad7091
commit f942ae0620
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ CXXFLAGS = \
-I../Cartesian_kernel/include \
-I../Homogeneous_kernel/include \
-I../Intersections_3/include \
-g\
-g \
$(TESTSUITE_CXXFLAGS) \
$(EXTRA_FLAGS) \
$(CGAL_CXXFLAGS) \

View File

@ -404,7 +404,7 @@ void _test_has_on_predicate(SK sk) {
// That cover all the cases, since the orientation is setted by default to be the
// clockwise orientation for a well defined normal vector (read the comments on
// include/CGAL/Circular_kernel_3/Circular_arc_3.h)
Root_for_spheres_2_3 rt[8];
Root_for_spheres_2_3 rt[10];
rt[0] = Root_for_spheres_2_3(0,1,0);
rt[1] = Root_for_spheres_2_3(-FT(FT_Q(1,2)), CGAL::make_root_of_2(FT(0),FT(FT_Q(1,2)),FT(3)), 0);