mirror of https://github.com/CGAL/cgal
Merge pull request #2096 from afabri/Circular_kernel_2-fix_testsuite-GF
Circular_kernel_2: Fix testsuite
This commit is contained in:
commit
05a8906cb2
|
|
@ -832,7 +832,7 @@ void _test_intersection_Line_arc_Circular_arc(CK ck)
|
|||
do{
|
||||
p_random4 = Point_2(theRandom.get_int(random_min, random_max),
|
||||
theRandom.get_int(random_min, random_max));
|
||||
}while(p_random4 == center_circle_random1);
|
||||
} while (p_random4 == center_circle_random1 || (p_random3 == p_random4));
|
||||
|
||||
std::vector< CGAL::Object >
|
||||
vector_for_intersection_random3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue