mirror of https://github.com/CGAL/cgal
Merge pull request #4901 from sgiraudot/PSP-Fix_outdated_precondition-GF
Point Set Processing: Remove outdated precondition
This commit is contained in:
commit
2e94736f51
|
|
@ -364,7 +364,6 @@ edge_aware_upsample_point_set(
|
|||
&&sharpness_angle <= 90);
|
||||
CGAL_point_set_processing_precondition(edge_sensitivity >= 0
|
||||
&&edge_sensitivity <= 1);
|
||||
CGAL_point_set_processing_precondition(neighbor_radius > 0);
|
||||
|
||||
edge_sensitivity *= 10; // just project [0, 1] to [0, 10].
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue