mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'sloriot/Sweep_surface_2-derecursive_overlaps' into HEAD
This commit is contained in:
commit
a939af4f4a
|
|
@ -187,7 +187,7 @@ public:
|
|||
for (Subcurve_iterator iter = this->left_curves_begin();
|
||||
iter != this->left_curves_end(); ++iter)
|
||||
{
|
||||
if ((curve == *iter)) {
|
||||
if (curve == *iter) {
|
||||
this->left_curves_erase(iter);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue