From 3b3c65e8019710f7fa3bf31c5a3743d23b7da632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 19 Mar 2025 16:31:07 +0100 Subject: [PATCH] Precise a comment --- .../include/CGAL/Isosurfacing_3/edge_intersection_oracles_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/edge_intersection_oracles_3.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/edge_intersection_oracles_3.h index b688f0fa514..5de1c3182eb 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/edge_intersection_oracles_3.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/edge_intersection_oracles_3.h @@ -202,8 +202,8 @@ struct Linear_interpolation_edge_intersection */ // // @todo this is for the case where we know domain.value is an SDF -// then we can do better than a dichotomy -// Take code from the AW3 sharp branch +// then we could do better than a dichotomy +// see https://github.com/MaelRL/cgal/blob/AW3-Sharp_and_sparse-GF/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/offset_intersection.h struct Ray_marching_edge_intersection { template // == Isosurfacing_domain_3 or similar