Skip to content

Commit

Permalink
add missing namespace
Browse files Browse the repository at this point in the history
janetournois committed Dec 5, 2023
1 parent 43b8b69 commit f6a9886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h
Original file line number Diff line number Diff line change
@@ -362,7 +362,7 @@ convert_to_triangulation_3(
{
for (auto e : c3t3.edges_in_complex())
{
const Edge_vv evv = make_vertex_pair(e);//ordered pair
const Edge_vv evv = CGAL::Tetrahedral_remeshing::make_vertex_pair(e);//ordered pair
put(ecmap, evv, true);
}
}

0 comments on commit f6a9886

Please sign in to comment.