mirror of https://github.com/CGAL/cgal
just a little call to the global function
This commit is contained in:
parent
91b3bd47ad
commit
e60d9ab72d
|
|
@ -191,7 +191,12 @@ void _test_circle_predicat(CK ck)
|
|||
theCompare_y_to_right_2(circ1_arc_high,
|
||||
circ_high_arc_low,
|
||||
circ1_arc_end_p3);
|
||||
CGAL::Comparison_result theComparison_result_y_to_right_2_l =
|
||||
compare_y_to_right(circ1_arc_high,
|
||||
circ_high_arc_low,
|
||||
circ1_arc_end_p3);
|
||||
assert(theComparison_result_y_to_right_2 == CGAL::LARGER);
|
||||
assert(theComparison_result_y_to_right_2_l == CGAL::LARGER);
|
||||
|
||||
theComparison_result_y_to_right_2=
|
||||
theCompare_y_to_right_2(circ_high_arc_low,
|
||||
|
|
|
|||
Loading…
Reference in New Issue