mirror of https://github.com/CGAL/cgal
Backup
This commit is contained in:
parent
d578a5a29b
commit
0e34784038
|
|
@ -567,6 +567,7 @@ public:
|
|||
{
|
||||
if (cv.number_of_segments() == 0)
|
||||
{
|
||||
// TODO: Verify that cv is not x-monotone
|
||||
cv.push_back(Segment_2(p,p));
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue