exposed grapite_set_eps_bh in conf

This commit is contained in:
Yohai Meiron 2021-08-30 09:31:53 -04:00
parent 6048c7748e
commit 15227a9eee
4 changed files with 13 additions and 0 deletions

View file

@ -237,6 +237,7 @@ Config::Config(std::string file_name)
grapite_mask_file_name = get_parameter<std::string>(dictionary, "grapite_mask_file_name", "grapite.mask");
etics_dump_coeffs = get_parameter<bool>(dictionary, "etics_dump_coeffs", false);
grapite_active_search = get_parameter<bool>(dictionary, "grapite_active_search", false);
grapite_smbh_star_eps = get_parameter<double>(dictionary, "grapite_smbh_star_eps", -1);
grapite_dev_exec_threshold = get_parameter<int>(dictionary, "grapite_dev_exec_threshold", 32);
#endif