mirror of https://github.com/CGAL/cgal
add missing template
This commit is contained in:
parent
f6a988664b
commit
d09e1fe00b
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue