mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
fix: rounded_key instead of roundedKey
This commit is contained in:
parent
4c3752fd49
commit
7a10217751
@ -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/DHT_Wrapper.hpp"
|
||||||
#include "poet/HashFunctions.hpp"
|
#include "poet/HashFunctions.hpp"
|
||||||
@ -105,7 +105,7 @@ void InterpolationModule::tryInterpolation(WorkPackage &work_package) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef POET_PHT_ADD
|
#ifdef POET_PHT_ADD
|
||||||
this->pht->incrementReadCounter(roundKey(roundedKey));
|
this->pht->incrementReadCounter(roundKey(rounded_key));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
double start_fc = MPI_Wtime();
|
double start_fc = MPI_Wtime();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user