mirror of https://github.com/CGAL/cgal
Mesh_2: fix a warning
Initialize the zone with an impossible Locate_type value (for Mesh_2).
This commit is contained in:
parent
1b84329710
commit
62f44e3fe3
|
|
@ -76,7 +76,7 @@ struct Triangulation_mesher_level_traits_3 :
|
|||
internal_facets.reserve(64);
|
||||
}
|
||||
|
||||
Locate_type locate_type;
|
||||
Locate_type locate_type = Tr::OUTSIDE_AFFINE_HULL;
|
||||
Cell_handle cell;
|
||||
int i, j;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue