mirror of https://github.com/CGAL/cgal
Remove useless ref
This commit is contained in:
parent
e1986b905e
commit
038ae9cf0c
|
|
@ -3456,7 +3456,7 @@ get_least_square_surface_plane(const Vertex_handle& v,
|
||||||
if(ref_facet.first == Cell_handle())
|
if(ref_facet.first == Cell_handle())
|
||||||
ref_facet = f;
|
ref_facet = f;
|
||||||
|
|
||||||
const Triangle& ct = tr_.get_incident_triangle(f, v);
|
const Triangle ct = tr_.get_incident_triangle(f, v);
|
||||||
triangles.push_back(ct);
|
triangles.push_back(ct);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue