mirror of https://github.com/CGAL/cgal
correct bug introduced in r67354
This commit is contained in:
parent
64deea481c
commit
69b47ea1fd
|
|
@ -71,7 +71,7 @@ protected:
|
||||||
Vector_2 v;
|
Vector_2 v;
|
||||||
p = (*pBegin);
|
p = (*pBegin);
|
||||||
v = (*vBegin);
|
v = (*vBegin);
|
||||||
// Vertex_handle m_Vertex_handle = m_D_Ttr.insert(p);
|
m_D_Ttr.insert(p);
|
||||||
field_map[p] = v;
|
field_map[p] = v;
|
||||||
if (m_D_Ttr.number_of_vertices() == 1)
|
if (m_D_Ttr.number_of_vertices() == 1)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue