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:
parent
75ad0f0e89
commit
b51613695f
5 changed files with 140 additions and 95 deletions
7
config.h
7
config.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue