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;
|
int index = 0;
|
||||||
for (Vertex_iterator it=mesh_vertices_begin(); it!=mesh_vertices_end(); it++)
|
for (Vertex_iterator it=mesh_vertices_begin(); it!=mesh_vertices_end(); it++)
|
||||||
{
|
{
|
||||||
Point_3 position = get_vertex_position(it);
|
|
||||||
/*#ifdef DEBUG_TRACE
|
/*#ifdef DEBUG_TRACE
|
||||||
|
Point_3 position = get_vertex_position(it);
|
||||||
fprintf(stderr, " %d=(%f,%f,%f)\n",
|
fprintf(stderr, " %d=(%f,%f,%f)\n",
|
||||||
index,
|
index,
|
||||||
(float)position.x(),
|
(float)position.x(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue