mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Add an option to change the merging threshold
This commit is contained in:
parent
569a7e40e6
commit
ccc469aa6e
4 changed files with 18 additions and 8 deletions
|
@ -71,6 +71,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
|
||||
|
||||
# prefix to give all outputs
|
||||
prefix = "sim_"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue