From ddc152860dce8900d57964d58ac88badde2d0532 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 3 Apr 2020 09:36:34 +0200 Subject: [PATCH] bug fix --- .../include/CGAL/Surface_mesh_topology/internal/Facewidth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Facewidth.h b/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Facewidth.h index 087428c3fd1..2a1b50d79e8 100644 --- a/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Facewidth.h +++ b/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Facewidth.h @@ -150,7 +150,7 @@ public: m_cycle.clear(); // Find edgewidth of the radial map Path_on_surface edgewidth_of_radial_map= - snc_to_find_facewidth.compute_edgewidth(display_time); + m_snc_to_find_facewidth->compute_edgewidth(display_time); int last_vertex_index=-1; int last_face_index=-1;