Removed remaining macros and unused includes

This commit is contained in:
Yohai Meiron 2020-10-28 21:15:51 -04:00
parent d9ed8e5131
commit 54231b8537
5 changed files with 63 additions and 66 deletions

View file

@ -15,12 +15,16 @@ public:
double eta;
std::string input_file_name;
int devices_per_node;
bool dt_min_warning;
int dt_max_power;
int dt_min_power;
double eta_s_corr;
double eta_bh_corr;
bool output_hdf5;
bool output_hdf5_double_precision;
int output_ascii_precision;
int output_extra_mode;
bool dt_min_warning;
int live_smbh_count;
double live_smbh_custom_eps;