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

Make the SWIFT output plugin use 64-bit IDs unless by default.

This commit is contained in:
Matthieu Schaller 2021-08-28 12:20:30 +02:00
parent 352c47765b
commit 4d69958b89

View file

@ -74,7 +74,7 @@ public:
vunit_ = boxsize_; // final units will be in km/s
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);
blongids_ = cf_.get_value_safe<bool>("output", "UseLongids", true);
bdobaryons_ = cf_.get_value<bool>("setup","DoBaryons");
for (int i = 0; i < 7; ++i)