mirror of https://github.com/CGAL/cgal
matching Arrangement_2 to Arrangement_on_surface_2
This commit is contained in:
parent
a87faa588b
commit
5b2ba9a279
|
|
@ -145,6 +145,8 @@ public:
|
|||
NO_BOUNDARY, NO_BOUNDARY);
|
||||
// \todo When the boolean set operations are exteneded to support
|
||||
// unbounded curves, we will need here a special treatment.
|
||||
|
||||
event->set_finite();
|
||||
|
||||
if (! first)
|
||||
{
|
||||
|
|
@ -189,6 +191,8 @@ public:
|
|||
NO_BOUNDARY, NO_BOUNDARY);
|
||||
// \todo When the boolean set operations are exteneded to support
|
||||
// unbounded curves, we will need here a special treatment.
|
||||
|
||||
event->set_finite();
|
||||
|
||||
this->m_queue->insert_before (q_iter, event);
|
||||
vert_map[vh] = event;
|
||||
|
|
|
|||
Loading…
Reference in New Issue