mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +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) {
 | 
			
		||||
  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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user