mirror of https://github.com/CGAL/cgal
remove warnings
This commit is contained in:
parent
4982fac824
commit
ff3ed2902b
|
|
@ -280,7 +280,7 @@ sibson_natural_neighbor_coordinates_3(const Dt& dt,
|
|||
}
|
||||
|
||||
template <typename Dt, typename InputIterator>
|
||||
bool is_correct_natural_neighborhood(const Dt& dt,
|
||||
bool is_correct_natural_neighborhood(const Dt& /*dt*/,
|
||||
const typename Dt::Geom_traits::Point_3 & Q,
|
||||
InputIterator it_begin, InputIterator it_end,
|
||||
const typename Dt::Geom_traits::FT & norm_coeff)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ surface_neighbor_coordinates_3(InputIterator
|
|||
const typename Kernel::Point_3& p,
|
||||
const typename Kernel::Vector_3& normal,
|
||||
OutputIterator out,
|
||||
const Kernel& K)
|
||||
const Kernel&)
|
||||
{
|
||||
typedef Voronoi_intersection_2_traits_3<Kernel> I_gt;
|
||||
return surface_neighbor_coordinates_3(first, beyond, p, out, I_gt(p,normal));
|
||||
|
|
|
|||
Loading…
Reference in New Issue