Mesh_2: fix a warning

Initialize the zone with an impossible Locate_type value (for Mesh_2).
This commit is contained in:
Laurent Rineau 2023-05-04 15:51:45 +02:00
parent 1b84329710
commit 62f44e3fe3
1 changed files with 1 additions and 1 deletions

View File

@ -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;