Improved parameter parsing from config file

This commit is contained in:
Yohai Meiron 2020-03-16 23:21:22 -04:00
parent cd282cc406
commit bb9a343763
4 changed files with 127 additions and 25 deletions

View file

@ -2,7 +2,6 @@
# GENERAL PARAMETERS #
######################
# Plummer softening parameter (can be even 0)
eps = 1E-4
@ -27,7 +26,7 @@ inp_data = data.con
##### NOT IMPLEMENTED #######################
output_format = HDF5
dt_min_warning = true
dt_min_warning = false
#############################################
###################################