Added Dehnen potential and moved external potentials to a new compilation unit

This commit is contained in:
Yohai Meiron 2020-04-01 15:18:25 -04:00
parent 62b0d7e491
commit c79cef895a
7 changed files with 168 additions and 278 deletions

View file

@ -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>;