mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
placed mergingThreshold parameter in defaults file
This commit is contained in:
parent
d48d740b78
commit
ddcb971eae
5 changed files with 30 additions and 15 deletions
|
@ -74,7 +74,7 @@ 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
|
||||
mergingThreshold = 0.2
|
||||
|
||||
# prefix to give all outputs
|
||||
prefix = "sim_"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue