mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
5237f4359f
commit
fb84aba2ea
|
|
@ -253,8 +253,9 @@ public:
|
|||
int index = 0;
|
||||
for (Vertex_iterator it=mesh_vertices_begin(); it!=mesh_vertices_end(); it++)
|
||||
{
|
||||
Point_3 position = get_vertex_position(it);
|
||||
|
||||
/*#ifdef DEBUG_TRACE
|
||||
Point_3 position = get_vertex_position(it);
|
||||
fprintf(stderr, " %d=(%f,%f,%f)\n",
|
||||
index,
|
||||
(float)position.x(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue