From 552e059b01b131bb6498204739f475c6fe8835a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 8 Sep 2017 11:16:20 +0200 Subject: [PATCH] follow up of fac4a6ad also patch the cmap output builder --- .../internal/corefinement/Combinatorial_map_output_builder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations_on_polyhedra/include/CGAL/internal/corefinement/Combinatorial_map_output_builder.h b/Operations_on_polyhedra/include/CGAL/internal/corefinement/Combinatorial_map_output_builder.h index 3d343f73f48..811b1c3ad12 100644 --- a/Operations_on_polyhedra/include/CGAL/internal/corefinement/Combinatorial_map_output_builder.h +++ b/Operations_on_polyhedra/include/CGAL/internal/corefinement/Combinatorial_map_output_builder.h @@ -132,7 +132,7 @@ void sew_2_marked_darts( Combinatorial_map_3& final_map, if ( final_map.template attribute<0>(dart_1)->point() != nodes[ src_index ] ) std::swap(dart_1,dart_2); - int nb_segs=polyline_info.second-1,k=1; + int nb_segs=polyline_info.second+1,k=1; do { CGAL_precondition( final_map.template is_sewable<2>(dart_1,dart_2) );