From 1d795d747e60607a4338519fa2e38d8d38d60faa Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Wed, 1 Oct 2008 11:12:04 +0000 Subject: [PATCH] It is not critial, it is extremal --- .../include/CGAL/_test_circles_constructions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h b/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h index f685088b0b7..48193135d80 100644 --- a/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h +++ b/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h @@ -63,7 +63,7 @@ void _test_circle_construct(CK ck) std::cout << "the circle used by the equation :" << circ_equation << std::endl; - std::cout << "testing {x,y}_critical_points" << std::endl; + std::cout << "testing {x,y}_extremal_points" << std::endl; for(int i=0; i<20; i++) { int x1 = theRandom.get_int(random_min,random_max); int y1 = theRandom.get_int(random_min,random_max);