1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

Merge branch 'develop' of https://bitbucket.org/ohahn/monofonic into develop

This commit is contained in:
Oliver Hahn 2020-08-26 15:18:48 +02:00
commit cdeece5f24

View file

@ -71,7 +71,7 @@ public:
munit_ = rhoc * std::pow(boxsize_, 3) / hubble_param_; // final units will be in 1e10 M_sol
blongids_ = cf_.get_value_safe<bool>("output", "UseLongids", false);
bdobaryons_ = cf_.get_value<bool>("setup","DoBaryons");
for (int i = 0; i < 6; ++i)
{
@ -248,4 +248,4 @@ namespace
output_plugin_creator_concrete<swift_output_plugin<float>> creator1("SWIFT");
} // namespace
#endif
#endif