From 9ae4d369f3b5f397786de21edecb8f6c99aebdf1 Mon Sep 17 00:00:00 2001 From: Michael Marshall <43034299+mmphys@users.noreply.github.com> Date: Fri, 3 May 2019 22:00:50 +0100 Subject: [PATCH] Use the definition of the Perambulator Index names given in Hadrons::MDistil --- tests/hadrons/Test_distil.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/hadrons/Test_distil.cc b/tests/hadrons/Test_distil.cc index 14dfed9b..ab7bdcac 100644 --- a/tests/hadrons/Test_distil.cc +++ b/tests/hadrons/Test_distil.cc @@ -891,8 +891,7 @@ bool DebugGridTensorTest( void ) } bool ConvertPeramb(const char * pszSource, const char * pszDest) { - std::array sIndexNames{"Nt", "nvec", "LI", "nnoise", "Nt_inv", "SI"}; - Grid::Hadrons::MDistil::PerambTensor p(sIndexNames); + Grid::Hadrons::MDistil::PerambTensor p(Hadrons::MDistil::PerambIndexNames); p.ReadBinary( pszSource ); p.write(pszDest); return true;