correct bug introduced in r67354

This commit is contained in:
Sébastien Loriot 2012-01-24 08:16:42 +00:00
parent 64deea481c
commit 69b47ea1fd
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {