1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Remove recursion warning for Douglas-Peucker

This commit is contained in:
Alessandro Ranellucci
2012-06-24 16:37:59 +02:00
parent f88f516c30
commit a4dcbd62da
+1
View File
@@ -787,6 +787,7 @@ sub shortest_path {
sub douglas_peucker {
my ($points, $tolerance) = @_;
no warnings "recursion";
my $results = [];
my $dmax = 0;