diff pkg/imports/sr.go @ 3609:e1021fd60190

Removed statistics from elimination of triangles.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 05 Jun 2019 12:15:05 +0200
parents 6248a4bc10c7
children 02951a62e8c6 810b28f59b8b
line wrap: on
line diff
--- a/pkg/imports/sr.go	Wed Jun 05 12:11:35 2019 +0200
+++ b/pkg/imports/sr.go	Wed Jun 05 12:15:05 2019 +0200
@@ -364,7 +364,7 @@
 		feedback.Info("No boundary given.")
 		feedback.Info("Eliminate triangles with long edges.")
 
-		tri.ConcaveHull(0.98)
+		tri.ConcaveHull(50.0)
 	}
 
 	// TODO: Implement me!