This commit is contained in:
Guillaume Damiand 2023-12-28 09:01:11 +01:00
parent 217d4c0ec2
commit 768164464a
1 changed files with 1 additions and 1 deletions

View File

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