Skip to content

Commit 42595a0

Browse files
Fix typo: m_configurations instead of m_compressions (#1762)
1 parent 9525f1b commit 42595a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openPMD/benchmark/mpi/MPIBenchmark.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ void MPIBenchmark<DatasetFillerProvider>::addConfiguration(
300300
template <typename DatasetFillerProvider>
301301
void MPIBenchmark<DatasetFillerProvider>::resetConfigurations()
302302
{
303-
this->m_compressions.clear();
303+
this->m_configurations.clear();
304304
}
305305

306306
template <typename DatasetFillerProvider>

0 commit comments

Comments
 (0)