diff pkg/octree/loader.go @ 4658:4bbfe3dd2ab5 stree-experiment

Completed usage of STRTrees.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 14 Oct 2019 14:58:04 +0200
parents a2f16987911b
children c0eb491aaaa7
line wrap: on
line diff
--- a/pkg/octree/loader.go	Mon Oct 14 13:18:15 2019 +0200
+++ b/pkg/octree/loader.go	Mon Oct 14 14:58:04 2019 +0200
@@ -29,6 +29,7 @@
 		return err
 	}
 	index := make([]int32, numIndex)
+	s.index = index
 
 	var last int32
 	for i := range index {