mirror of https://github.com/CGAL/cgal
r67084 from Mesh_3-experimental-GF
(partly done already) Circumcenter caches must be invalidated by the mesh optimizers.
This commit is contained in:
parent
e79d35e3fb
commit
88fc16a1df
|
|
@ -912,6 +912,7 @@ restore_cells_and_boundary_facets(
|
|||
cit != new_cells.end();
|
||||
++cit)
|
||||
{
|
||||
(*cit)->invalidate_circumcenter();
|
||||
const int index = (*cit)->index(new_vertex);
|
||||
const Facet new_facet = std::make_pair(*cit, index);
|
||||
const Facet new_facet_from_outside = tr_.mirror_facet(new_facet);
|
||||
|
|
|
|||
Loading…
Reference in New Issue