mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: remove double initialization of dht_enabled in ChemistryModule
This commit is contained in:
parent
f6b4ce017a
commit
536ebdd351
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user