add missing template

This commit is contained in:
Jane Tournois 2023-12-05 18:08:53 +01:00
parent f6a988664b
commit d09e1fe00b
1 changed files with 2 additions and 1 deletions

View File

@ -362,7 +362,8 @@ convert_to_triangulation_3(
{
for (auto e : c3t3.edges_in_complex())
{
const Edge_vv evv = CGAL::Tetrahedral_remeshing::make_vertex_pair(e);//ordered pair
const Edge_vv evv
= CGAL::Tetrahedral_remeshing::make_vertex_pair<Tr>(e);//ordered pair
put(ecmap, evv, true);
}
}