We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9525f1b commit 42595a0Copy full SHA for 42595a0
include/openPMD/benchmark/mpi/MPIBenchmark.hpp
@@ -300,7 +300,7 @@ void MPIBenchmark<DatasetFillerProvider>::addConfiguration(
300
template <typename DatasetFillerProvider>
301
void MPIBenchmark<DatasetFillerProvider>::resetConfigurations()
302
{
303
- this->m_compressions.clear();
+ this->m_configurations.clear();
304
}
305
306
0 commit comments