Removed remaining macros and unused includes
This commit is contained in:
parent
d9ed8e5131
commit
54231b8537
5 changed files with 63 additions and 66 deletions
|
|
@ -190,12 +190,16 @@ Config::Config(std::string file_name)
|
|||
eta = get_parameter<double>(dictionary, "eta");
|
||||
input_file_name = get_parameter<std::string>(dictionary, "input_file_name", "data.con");
|
||||
devices_per_node = get_parameter<int>(dictionary, "devices_per_node", 0);
|
||||
dt_min_warning = get_parameter<bool>(dictionary, "dt_min_warning", false);
|
||||
dt_max_power = get_parameter<int>(dictionary, "dt_max_power", -3);
|
||||
dt_min_power = get_parameter<int>(dictionary, "dt_min_power", -36);
|
||||
eta_s_corr = get_parameter<double>(dictionary, "eta_s_corr", 4);
|
||||
eta_bh_corr = get_parameter<double>(dictionary, "eta_bh_corr", 4);
|
||||
|
||||
output_hdf5 = get_parameter<bool>(dictionary, "output_hdf5", false);
|
||||
output_hdf5_double_precision = get_parameter<bool>(dictionary, "output_hdf5_double_precision", true);
|
||||
output_ascii_precision = get_parameter<int>(dictionary, "output_ascii_precision", 10);
|
||||
output_extra_mode = get_parameter<int>(dictionary, "output_extra_mode", 10);
|
||||
dt_min_warning = get_parameter<bool>(dictionary, "dt_min_warning", false);
|
||||
|
||||
live_smbh_count = get_parameter<int>(dictionary, "live_smbh_count", 0);
|
||||
live_smbh_custom_eps = get_parameter<double>(dictionary, "live_smbh_custom_eps", -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue