From aec104174d3629af9d4cfd8d6a1af9a9d203edc7 Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Wed, 15 Feb 2023 19:18:43 +0000 Subject: [PATCH] Use the skipVEL parameter to ensure result is always an SFace --- Nef_3/include/CGAL/Nef_3/SNC_const_decorator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nef_3/include/CGAL/Nef_3/SNC_const_decorator.h b/Nef_3/include/CGAL/Nef_3/SNC_const_decorator.h index 83f89e413b34..2a0720ec8bf2 100644 --- a/Nef_3/include/CGAL/Nef_3/SNC_const_decorator.h +++ b/Nef_3/include/CGAL/Nef_3/SNC_const_decorator.h @@ -269,7 +269,7 @@ class SNC_const_decorator { sp = Infi_box::simplify(sp); CGAL_NEF_TRACEN( "Locating "<point()); SM_point_locator L(&*v); - Object_handle o = L.locate(sp); + Object_handle o = L.locate(sp, true); SFace_handle sf; if(!CGAL::assign(sf,o)) {