fix: remove double initialization of dht_enabled in ChemistryModule

This commit is contained in:
Max Lübke 2024-12-13 13:11:03 +01:00
parent 1b4691c172
commit 1a680d8ca6

View File

@ -188,8 +188,6 @@ void poet::ChemistryModule::initializeDHT(
uint32_t size_mb, const NamedVector<std::uint32_t> &key_species) {
constexpr uint32_t MB_FACTOR = 1E6;
this->dht_enabled = true;
MPI_Comm dht_comm;
if (this->is_master) {