mirror of https://github.com/CGAL/cgal
Remove debug output
I think this output was for debug purpose
This commit is contained in:
parent
a742d4a3e3
commit
6fd1be99a6
|
|
@ -381,8 +381,6 @@ edge_aware_upsample_point_set(
|
||||||
double neighbor_radius = choose_parameter(get_parameter(np, internal_np::neighbor_radius), -1);
|
double neighbor_radius = choose_parameter(get_parameter(np, internal_np::neighbor_radius), -1);
|
||||||
std::size_t number_of_output_points = choose_parameter(get_parameter(np, internal_np::number_of_output_points), 1000);
|
std::size_t number_of_output_points = choose_parameter(get_parameter(np, internal_np::number_of_output_points), 1000);
|
||||||
|
|
||||||
std::cerr << sharpness_angle << " " << edge_sensitivity << " " << neighbor_radius
|
|
||||||
<< " " << number_of_output_points << std::endl;
|
|
||||||
// trick in case the output iterator add points to the input container
|
// trick in case the output iterator add points to the input container
|
||||||
typename PointRange::const_iterator begin = points.begin();
|
typename PointRange::const_iterator begin = points.begin();
|
||||||
typename PointRange::const_iterator end = points.end();
|
typename PointRange::const_iterator end = points.end();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue