From 7a102177510a5bf49bb3143167de6b0bc6f6920f Mon Sep 17 00:00:00 2001 From: Marco De Lucia Date: Fri, 11 Aug 2023 11:04:11 +0200 Subject: [PATCH] fix: rounded_key instead of roundedKey --- src/ChemistryModule/SurrogateModels/InterpolationModule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ChemistryModule/SurrogateModels/InterpolationModule.cpp b/src/ChemistryModule/SurrogateModels/InterpolationModule.cpp index 0321e6d8a..1de57554b 100644 --- a/src/ChemistryModule/SurrogateModels/InterpolationModule.cpp +++ b/src/ChemistryModule/SurrogateModels/InterpolationModule.cpp @@ -1,4 +1,4 @@ -// Time-stamp: "Last modified 2023-08-09 13:41:53 mluebke" +// Time-stamp: "Last modified 2023-08-11 11:01:11 delucia" #include "poet/DHT_Wrapper.hpp" #include "poet/HashFunctions.hpp" @@ -105,7 +105,7 @@ void InterpolationModule::tryInterpolation(WorkPackage &work_package) { } #ifdef POET_PHT_ADD - this->pht->incrementReadCounter(roundKey(roundedKey)); + this->pht->incrementReadCounter(roundKey(rounded_key)); #endif double start_fc = MPI_Wtime();