It is not critial, it is extremal

This commit is contained in:
Pedro Machado Manhaes de Castro 2008-10-01 11:12:04 +00:00
parent 42141c09b6
commit 1d795d747e
1 changed files with 1 additions and 1 deletions

View File

@ -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);