fix warnings

This commit is contained in:
Sébastien Loriot 2022-01-07 09:25:31 +01:00
parent 9112001f33
commit 162225d9bb
1 changed files with 1 additions and 2 deletions

View File

@ -163,8 +163,7 @@ compute_average_spacing(
// basic geometric types
typedef typename PointRange::const_iterator iterator;
typedef Point_set_processing_3_np_helper<PointRange, CGAL_BGL_NP_CLASS> NP_helper;
typedef typename NP_helper::Const_point_map PointMap;
typedef typename NP_helper::Normal_map NormalMap;
typedef typename NP_helper::Const_point_map PointMap
typedef typename NP_helper::Geom_traits Kernel;
PointMap point_map = NP_helper::get_const_point_map(points, np);