From 14ac2ccc09da59c0b272603d74b332e07e58ddfc Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 7 Jan 2014 12:13:48 +0100 Subject: [PATCH] add comment --- Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h b/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h index a3787237c44..672212271f3 100644 --- a/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h +++ b/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h @@ -821,6 +821,7 @@ private: // treat cell const Subdomain subdomain = domain_.is_in_domain_object()(c3t3_.triangulation().dual(ch)); + // function dual(cell) updates the circumcenter cache if there is one if ( subdomain && update ) { @@ -1756,7 +1757,7 @@ update_mesh_no_topo_change(const Point_3& new_position, Point_3 old_position = vertex->point(); //backup metadata - typedef Cell_data_backup Cell_data_backup; + typedef Cell_data_backup Cell_data_backup; std::vector cells_backup; fill_cells_backup(conflict_cells, cells_backup);