Skip to content

Commit

Permalink
Use fp_equals comparison in side_strategy for convex_hull.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinko92 committed Oct 16, 2023
1 parent 3f5c044 commit 1d5330e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class cartesian : public strategies::detail::cartesian_base
static auto side()
{
using side_strategy_type
= strategy::side::side_robust<CalculationType>;
= strategy::side::side_robust<CalculationType, strategy::side::fp_equals_policy>;
return side_strategy_type();
}

Expand Down

0 comments on commit 1d5330e

Please sign in to comment.