ease conflict resolution

This commit is contained in:
Sébastien Loriot 2023-12-07 10:19:36 +01:00
parent 2574a13557
commit 6dca71b428
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ intersection(const typename K::Plane_3& plane1,
typedef typename K::Plane_3 Plane_3;
auto res = intersection_point(plane1,plane2,plane3, k);
if (res != boost::none)
if (res)
return result_type(*res);
// Intersection between plane1 and plane2 can either be