Skip to content

Commit 9d1f4c9

Browse files
committed
Merge remote-tracking branch 'cgal/5.6.x-branch' into 'cgal/6.0.x-branch'
2 parents f702189 + 7b37a89 commit 9d1f4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Straight_skeleton_extrusion_2/include/CGAL/extrude_skeleton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ class Extrusion_builder
812812
CGAL_SS_i::vertices_begin(hole),
813813
CGAL_SS_i::vertices_end(hole),
814814
std::begin(no_holes), std::end(no_holes),
815-
std::begin(speeds[hole_id]), std::end(speeds[hole_id]),
815+
std::begin(speeds[1 + hole_id]), std::end(speeds[1 + hole_id]),
816816
std::begin(no_speeds), std::end(no_speeds),
817817
m_gt);
818818

0 commit comments

Comments
 (0)