insert_x_monotone_curves() => insert

This commit is contained in:
Efi Fogel 2007-09-05 20:43:43 +00:00
parent a15c1149ad
commit 7d57c5e0f0
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ OutputIterator connect_holes(const Polygon_with_holes_2<Kernel,
// Construct the arrangement of all segments.
Arrangement_2 arr;
insert_x_monotone_curves (arr, segments.begin(), segments.end());
insert (arr, segments.begin(), segments.end());
// The resulting arrangment contains a single holes in the unbounded face,
// which comprises a face f, with several holes in its interior.