diff pkg/mesh/vertex.go @ 5601:1222b777f51f

Made golint finally happy.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 06 Aug 2022 02:09:57 +0200
parents 5f47eeea988d
children d2ccf6bb6940
line wrap: on
line diff
--- a/pkg/mesh/vertex.go	Sat Aug 06 00:46:21 2022 +0200
+++ b/pkg/mesh/vertex.go	Sat Aug 06 02:09:57 2022 +0200
@@ -1156,7 +1156,7 @@
 	return n
 }
 
-// MinMaxVertex returns the extend of the point set.
+// MinMax returns the extend of the point set.
 func (mpz MultiPointZ) MinMax() (Vertex, Vertex) {
 	min := Vertex{math.MaxFloat64, math.MaxFloat64, math.MaxFloat64}
 	max := Vertex{-math.MaxFloat64, -math.MaxFloat64, -math.MaxFloat64}