Skip to content

Commit

Permalink
remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Aug 13, 2024
1 parent 35195e3 commit f63c99d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Distance_3/test/Distance_3/test_distance_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ struct Test
assert(are_equal(res_o2o1, expected_result));

do_intersect_check(o1, o2);
do_intersect_check(o2, o1);
}

template <typename O1, typename O2>
Expand All @@ -170,7 +169,6 @@ struct Test
const FT res_o2o1 = CGAL::squared_distance(o2, o1);

do_intersect_check(o1, o2);
do_intersect_check(o2, o1);

assert(res_o1o2 <= ubound);
assert(res_o2o1 <= ubound);
Expand Down

0 comments on commit f63c99d

Please sign in to comment.