From 3aea3f4691f8fbaff1f0c35e9cb01a00bea1615e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 7 Apr 2022 13:14:14 +0100 Subject: [PATCH] initialize solution --- Nef_3/include/CGAL/Nef_3/SNC_point_locator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h b/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h index 9cfe84d52b7..b8773744ccb 100644 --- a/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h +++ b/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h @@ -230,14 +230,14 @@ public: return this->shoot(ray, null_handle, mask); } - enum SOLUTION { is_vertex_, is_edge_, is_facet_ }; + enum SOLUTION { is_vertex_, is_edge_, is_facet_ , is_none_}; virtual Object_handle shoot(const Ray_3& ray, Vertex_handle ray_source_vertex, int mask=255) const { CGAL_NEF_TIMER(rs_t.start()); CGAL_assertion( initialized); _CGAL_NEF_TRACEN( "shooting: "<