mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 11:15:55 +01:00
Use the definition of the Perambulator Index names given in Hadrons::MDistil
This commit is contained in:
parent
ec24a1f828
commit
9ae4d369f3
@ -891,8 +891,7 @@ bool DebugGridTensorTest( void )
|
||||
}
|
||||
|
||||
bool ConvertPeramb(const char * pszSource, const char * pszDest) {
|
||||
std::array<std::string,6> 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user