comparison pkg/imports/sr.go @ 5430:aa199f280f64 marking-single-beam

Cosmetics in logging.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 11 Jul 2021 16:24:20 +0200
parents 02a5da2f03b4
children e00b3296fc02
comparison
equal deleted inserted replaced
5429:02a5da2f03b4 5430:aa199f280f64
648 xyz = xyz.Filter(func(v mesh.Vertex) bool { 648 xyz = xyz.Filter(func(v mesh.Vertex) bool {
649 return clippingPolygonBuffered.IntersectionBox2D(v.Box2D()) != 649 return clippingPolygonBuffered.IntersectionBox2D(v.Box2D()) !=
650 mesh.IntersectionOutSide 650 mesh.IntersectionOutSide
651 }) 651 })
652 feedback.Info("Clipping took %v.", time.Since(start)) 652 feedback.Info("Clipping took %v.", time.Since(start))
653 feedback.Info("Number of points to clip %d.", before-len(xyz)) 653 feedback.Info("Number of points to clip: %d.", before-len(xyz))
654 } 654 }
655 655
656 start = time.Now() 656 start = time.Now()
657 657
658 var ( 658 var (