just a little call to the global function

This commit is contained in:
Pedro Machado Manhaes de Castro 2008-10-01 12:17:32 +00:00
parent 91b3bd47ad
commit e60d9ab72d
1 changed files with 6 additions and 1 deletions

View File

@ -191,8 +191,13 @@ 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,
circ1_arc_high,