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

WIP Swift. fixed uninitialised variable

This commit is contained in:
Oliver Hahn 2020-08-25 17:10:59 +02:00
parent 5b70bd86ff
commit bce08680ea

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)
{