Skip to content

Commit 5f4d3f3

Browse files
committed
changed the number of points that should be created
1 parent 107a4c5 commit 5f4d3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"path"
99
)
1010

11-
const N = 1e3
11+
const N = 1e6
1212

1313
func main() {
1414
pathToPBF := os.Args[1]

0 commit comments

Comments
 (0)