diff --git a/include/openPMD/benchmark/mpi/MPIBenchmark.hpp b/include/openPMD/benchmark/mpi/MPIBenchmark.hpp index b88e80adc3..7f2ef89761 100644 --- a/include/openPMD/benchmark/mpi/MPIBenchmark.hpp +++ b/include/openPMD/benchmark/mpi/MPIBenchmark.hpp @@ -300,7 +300,7 @@ void MPIBenchmark::addConfiguration( template void MPIBenchmark::resetConfigurations() { - this->m_compressions.clear(); + this->m_configurations.clear(); } template