From f942ae06205735c113b4ce2e359f84157f022da9 Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Wed, 10 Dec 2008 15:50:34 +0000 Subject: [PATCH] fixing minor bug in the test --- Circular_kernel_3/test/Circular_kernel_3/GNUmakefile | 2 +- .../Circular_kernel_3/include/CGAL/_test_sphere_predicates.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Circular_kernel_3/test/Circular_kernel_3/GNUmakefile b/Circular_kernel_3/test/Circular_kernel_3/GNUmakefile index 24647b1fce3..de903963613 100644 --- a/Circular_kernel_3/test/Circular_kernel_3/GNUmakefile +++ b/Circular_kernel_3/test/Circular_kernel_3/GNUmakefile @@ -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) \ diff --git a/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h b/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h index 2453e54d589..82c06cdc1fe 100644 --- a/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h +++ b/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h @@ -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);