mirror of https://github.com/CGAL/cgal
fix warnings
This commit is contained in:
parent
9112001f33
commit
162225d9bb
|
|
@ -163,8 +163,7 @@ compute_average_spacing(
|
||||||
// basic geometric types
|
// basic geometric types
|
||||||
typedef typename PointRange::const_iterator iterator;
|
typedef typename PointRange::const_iterator iterator;
|
||||||
typedef Point_set_processing_3_np_helper<PointRange, CGAL_BGL_NP_CLASS> NP_helper;
|
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::Const_point_map PointMap
|
||||||
typedef typename NP_helper::Normal_map NormalMap;
|
|
||||||
typedef typename NP_helper::Geom_traits Kernel;
|
typedef typename NP_helper::Geom_traits Kernel;
|
||||||
|
|
||||||
PointMap point_map = NP_helper::get_const_point_map(points, np);
|
PointMap point_map = NP_helper::get_const_point_map(points, np);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue