[params] Now use default value if not in the param file

This commit is contained in:
Noe Brucy
2021-07-24 15:46:48 +02:00
parent 5a970dca91
commit a3318595ef
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ pymses: # Parameters for Pymses reader
# Processing options
levelmax : 20 # Maximal AMR level visited when looking levels
fft : False # Quick and dirty rendering using FFT
verbose : True # Let pymses write on standart output
verbose : False # Let pymses write on standart output
multiprocessing : True # Whether to use multiprocessing
# Camera settings
@@ -90,7 +90,7 @@ out: # Parameters for post processing
process: # General setting of the post-processor module
verbose : False # Give more infos on what is going on
verbose : True # Give more infos on what is going on
num_process : 1 # Number of forks
save_cells : True # Save cells structure on disk
save_parts : True # Save particles on disk