fix indentation

This commit is contained in:
Jane Tournois 2022-10-13 12:44:09 +02:00
parent 91ae41d6ac
commit 66d448158c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void build_vertices(Tr& tr,
std::vector<typename Tr::Vertex_handle>& vertex_handle_vector)
{
typedef typename Tr::Vertex_handle Vertex_handle;
typedef typename Tr::Point Point;
typedef typename Tr::Point Point;
vertex_handle_vector[0] = tr.tds().create_vertex(); // creates the infinite vertex
tr.set_infinite_vertex(vertex_handle_vector[0]);