exposed grapite_set_eps_bh in conf

This commit is contained in:
Yohai Meiron 2021-08-30 09:31:53 -04:00
parent 6048c7748e
commit 15227a9eee
4 changed files with 13 additions and 0 deletions

View file

@ -400,6 +400,8 @@ int main(int argc, char *argv[])
v[grapite_cep_index] = vdc;
grapite_update_cep(time_cur, xdc, vdc, zeros, zeros);
}
if (config.grapite_smbh_star_eps >= 0) grapite_set_eps_bh(config.grapite_smbh_star_eps);
#endif
std::vector<double3> a(N), adot(N);