Now working as the hybrid code

Removed the need for the annoying ETICS_CEP flag; now dt_scf is read from the config file.
This commit is contained in:
Yohai Meiron 2020-04-13 23:08:42 -04:00
parent 75ad0f0e89
commit b51613695f
5 changed files with 140 additions and 95 deletions

View file

@ -52,6 +52,13 @@ public:
double ext_dehnen_r;
double ext_dehnen_gamma;
#ifdef ETICS
double dt_scf;
std::string grapite_mask_file_name;
bool etics_dump_coeffs;
bool grapite_active_search;
#endif
private:
using Dictionary = std::unordered_map<std::string,std::string>;
Dictionary read_config_file(const std::string file_name);