diff --git a/core/unit_test/tstHDF5ParticleOutput.hpp b/core/unit_test/tstHDF5ParticleOutput.hpp index 932733c51..3d1771f3c 100644 --- a/core/unit_test/tstHDF5ParticleOutput.hpp +++ b/core/unit_test/tstHDF5ParticleOutput.hpp @@ -36,8 +36,8 @@ namespace Test { -template -void checkScalar( SliceType write, SliceType read ) +template +void checkScalar( SliceType1 write, SliceType2 read ) { for ( std::size_t p = 0; p < write.size(); ++p ) { @@ -45,8 +45,8 @@ void checkScalar( SliceType write, SliceType read ) } } -template -void checkVector( SliceType write, SliceType read ) +template +void checkVector( SliceType1 write, SliceType2 read ) { for ( std::size_t p = 0; p < write.size(); ++p ) { @@ -57,8 +57,8 @@ void checkVector( SliceType write, SliceType read ) } } -template -void checkMatrix( SliceType write, SliceType read ) +template +void checkMatrix( SliceType1 write, SliceType2 read ) { for ( std::size_t p = 0; p < write.size(); ++p ) {