We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f702189 + 7b37a89 commit 9d1f4c9Copy full SHA for 9d1f4c9
Straight_skeleton_extrusion_2/include/CGAL/extrude_skeleton.h
@@ -812,7 +812,7 @@ class Extrusion_builder
812
CGAL_SS_i::vertices_begin(hole),
813
CGAL_SS_i::vertices_end(hole),
814
std::begin(no_holes), std::end(no_holes),
815
- std::begin(speeds[hole_id]), std::end(speeds[hole_id]),
+ std::begin(speeds[1 + hole_id]), std::end(speeds[1 + hole_id]),
816
std::begin(no_speeds), std::end(no_speeds),
817
m_gt);
818
0 commit comments