From 00ffe84b02bbfea70e99241df2c92a38f463ec5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Fri, 13 Dec 2024 13:11:03 +0100 Subject: [PATCH] fix: remove double initialization of dht_enabled in ChemistryModule --- src/Chemistry/ChemistryModule.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Chemistry/ChemistryModule.cpp b/src/Chemistry/ChemistryModule.cpp index ed0b17d9a..cbfe0745c 100644 --- a/src/Chemistry/ChemistryModule.cpp +++ b/src/Chemistry/ChemistryModule.cpp @@ -188,8 +188,6 @@ void poet::ChemistryModule::initializeDHT( uint32_t size_mb, const NamedVector &key_species) { constexpr uint32_t MB_FACTOR = 1E6; - this->dht_enabled = true; - MPI_Comm dht_comm; if (this->is_master) {