mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-30 19:44:32 +00:00 
			
		
		
		
	Use the definition of the Perambulator Index names given in Hadrons::MDistil
This commit is contained in:
		| @@ -891,8 +891,7 @@ bool DebugGridTensorTest( void ) | |||||||
| } | } | ||||||
|  |  | ||||||
| bool ConvertPeramb(const char * pszSource, const char * pszDest) { | 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(Hadrons::MDistil::PerambIndexNames); | ||||||
|   Grid::Hadrons::MDistil::PerambTensor p(sIndexNames); |  | ||||||
|   p.ReadBinary( pszSource ); |   p.ReadBinary( pszSource ); | ||||||
|   p.write(pszDest); |   p.write(pszDest); | ||||||
|   return true; |   return true; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user