mirror of https://github.com/CGAL/cgal
fix indentation
This commit is contained in:
parent
91ae41d6ac
commit
66d448158c
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue