mirror of https://github.com/CGAL/cgal
Undo of accidental change
This commit is contained in:
parent
61ec729952
commit
be83ab856e
|
|
@ -32,10 +32,6 @@ int main(int argc,char* argv[])
|
|||
VertexIndexMap vertex_id_map;
|
||||
VertexIdPropertyMap vertex_index_pmap(vertex_id_map);
|
||||
int index = 0;
|
||||
{
|
||||
vertex_iterator vit = vertices(tr).begin();
|
||||
vit = std::prev(vit);
|
||||
}
|
||||
|
||||
for(vertex_descriptor vd : vertices(tr))
|
||||
vertex_id_map[vd] = index++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue