mirror of https://github.com/CGAL/cgal
Initialize variable (thank you Maxime)
This commit is contained in:
parent
0cd586936a
commit
c98a7c38c4
|
|
@ -2750,6 +2750,7 @@ Surface_mesh()
|
|||
removed_vertices_ = removed_edges_ = removed_faces_ = 0;
|
||||
vertices_freelist_ = edges_freelist_ = faces_freelist_ = (std::numeric_limits<size_type>::max)();
|
||||
garbage_ = false;
|
||||
recycle_ = true;
|
||||
anonymous_property_ = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue