mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
re-added some essential routines; updated example sceipts to reflect new layout
This commit is contained in:
parent
45f22a2c29
commit
541223fd07
11 changed files with 12 additions and 1308 deletions
|
@ -36,10 +36,10 @@ startCatalogStage = 1
|
|||
endCatalogStage = 3
|
||||
|
||||
# directory for the input simulation files
|
||||
catalogDir = PWD+"/examples/"
|
||||
catalogDir = PWD
|
||||
|
||||
# void catalog output directory
|
||||
voidOutputDir = PWD+"/examples/example_simulation/"
|
||||
voidOutputDir = PWD+"/outputs/"
|
||||
|
||||
# output directory for log files
|
||||
logDir = PWD+"/logs/example_simulation/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue