Added Dehnen potential and moved external potentials to a new compilation unit
This commit is contained in:
parent
62b0d7e491
commit
c79cef895a
7 changed files with 168 additions and 278 deletions
3
config.h
3
config.h
|
|
@ -41,6 +41,9 @@ public:
|
|||
double ext_b_halo_plummer;
|
||||
double ext_log_halo_r;
|
||||
double ext_log_halo_v;
|
||||
double ext_dehnen_m;
|
||||
double ext_dehnen_r;
|
||||
double ext_dehnen_gamma;
|
||||
|
||||
private:
|
||||
using Dictionary = std::unordered_map<std::string,std::string>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue