Add an option to change the merging threshold

This commit is contained in:
Guilhem Lavaux 2021-02-25 14:14:33 +02:00
parent 569a7e40e6
commit ccc469aa6e
4 changed files with 18 additions and 8 deletions

View file

@ -54,6 +54,11 @@ numZobovThreads = 2
# optimization: number of subdivisions of the box
numZobovDivisions = 2
# Maximum density for merging voids
# 0 (equivalent to infinitely large value) -> Merge everything (no threshold)
# 1e-9 (or smaller != 0) -> Do not merge anything
mergingThreshold = 1e-9
# don't change this
dataSampleList = []