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