Deal with Mesh_2

This commit is contained in:
Andreas Fabri 2022-01-18 16:45:38 +00:00
parent 92aee6ba45
commit 2abcabafc5
1 changed files with 3 additions and 4 deletions

View File

@ -54,10 +54,9 @@ struct Lloyd_tester
assert( 580 <= cdt.number_of_vertices() &&
cdt.number_of_vertices() <= 640 );
CGAL_assertion_code(
const size_type number_of_constraints = number_of_constrained_edges(cdt));
CGAL_assertion_code(
const size_type number_of_vertices1 = cdt.number_of_vertices());
const size_type number_of_constraints = number_of_constrained_edges(cdt);
const size_type number_of_vertices1 = cdt.number_of_vertices();
CGAL::Mesh_optimization_return_code rc
= CGAL::lloyd_optimize_mesh_2(cdt,