mirror of https://github.com/CGAL/cgal
Fixed a compiler error
This commit is contained in:
parent
82762065ca
commit
55f561b0dc
|
|
@ -3710,7 +3710,7 @@ move_if_no_collision(Vertex_handle v, const Point &p) {
|
||||||
Vertex_handle inserted;
|
Vertex_handle inserted;
|
||||||
Face_handle loc = locate(p, lt, li, v->face());
|
Face_handle loc = locate(p, lt, li, v->face());
|
||||||
|
|
||||||
if (lt == VERTEX)
|
if (lt == Triangulation::VERTEX)
|
||||||
return v;
|
return v;
|
||||||
else
|
else
|
||||||
/// This can be optimized by checking whether we can move v->point() to p
|
/// This can be optimized by checking whether we can move v->point() to p
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue