Skip to content

Commit

Permalink
Misc tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed Jan 15, 2025
1 parent baeed4a commit 92e31b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Straight_skeleton_2/include/CGAL/create_offset_polygons_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ create_partial_exterior_straight_skeleton_2 ( FT const& aMaxOffset
std::vector<Hole> holes ;
holes.push_back(lPoly) ;

rSkeleton = create_partial_interior_straight_skeleton_2(aMaxOffset,frame, frame+4, holes.begin(), holes.end(), k ) ;
rSkeleton = create_partial_interior_straight_skeleton_2(aMaxOffset, frame, frame+4, holes.begin(), holes.end(), k ) ;
}

return rSkeleton ;
Expand Down Expand Up @@ -177,8 +177,6 @@ create_offset_polygons_2 ( FT const& aOffset, Skeleton const& aSs, K const& /*k*

OffsetBuilder ob(aSs);
typename K::FT lOffset = aOffset;


OutPolygonPtrVector rR ;
ob.construct_offset_contours(lOffset, std::back_inserter(rR) ) ;

Expand Down

0 comments on commit 92e31b7

Please sign in to comment.