mirror of https://github.com/CGAL/cgal
warning
This commit is contained in:
parent
217d4c0ec2
commit
768164464a
|
|
@ -18,7 +18,7 @@ struct Colored_faces_given_height:
|
||||||
{
|
{
|
||||||
if(sm.is_empty()) return;
|
if(sm.is_empty()) return;
|
||||||
|
|
||||||
double m_min_z, m_max_z;
|
double m_min_z=0., m_max_z=0.;
|
||||||
bool first=true;
|
bool first=true;
|
||||||
for(typename Mesh::Vertex_index vi: sm.vertices())
|
for(typename Mesh::Vertex_index vi: sm.vertices())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue