Remove useless ref

This commit is contained in:
Mael 2022-12-09 10:22:23 +01:00 committed by GitHub
parent e1986b905e
commit 038ae9cf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3456,7 +3456,7 @@ get_least_square_surface_plane(const Vertex_handle& v,
if(ref_facet.first == Cell_handle())
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);
}
}