Renamed Construct_general_polygon_with_holes_2 => Construct_polygon_with_holes_2

This commit is contained in:
Efi Fogel 2021-11-03 18:29:58 +02:00
parent 08c3f7405c
commit 04729e8e34
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public:
Construct_polygon_with_holes_2 construct_polygon_with_holes_2_object() const
{
return Construct_general_polygon_with_holes_2();
return Construct_polygon_with_holes_2();
}
//functor returns true if the outer boundary is unbounded, and false otherwise.