comparison pkg/imports/sr.go @ 4776:0feddad5bb6d

Fixed another formatting oversight.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 21 Oct 2019 12:51:23 +0200
parents a2f16bbcc846
children 1fef4679b07a
comparison
equal deleted inserted replaced
4775:391cc6291ea4 4776:0feddad5bb6d
499 499
500 feedback.Info("Boundary area: %.2fm²", polygonArea) 500 feedback.Info("Boundary area: %.2fm²", polygonArea)
501 feedback.Info("Original point density: %.2f points/m²", origDensity) 501 feedback.Info("Original point density: %.2f points/m²", origDensity)
502 502
503 if origDensity > multiBeamThreshold { 503 if origDensity > multiBeamThreshold {
504 feedback.Warn("The density is greater than %.2f points/m².") 504 feedback.Warn("The density is greater than %.2f points/m².", multiBeamThreshold)
505 feedback.Warn("It is assumed that the data is already interpolated.") 505 feedback.Warn("It is assumed that the data is already interpolated.")
506 goto multibeam 506 goto multibeam
507 } 507 }
508 508
509 // Build the first mesh to generate random points on. 509 // Build the first mesh to generate random points on.