mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Namespace
This commit is contained in:
		@@ -6,8 +6,7 @@
 | 
				
			|||||||
#ifndef SUN2INDEX_H_H
 | 
					#ifndef SUN2INDEX_H_H
 | 
				
			||||||
#define SUN2INDEX_H_H
 | 
					#define SUN2INDEX_H_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Grid {
 | 
					NAMESPACE_BEGIN(Grid);
 | 
				
			||||||
namespace QCD {
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * This is an helper class for the HMC
 | 
					 * This is an helper class for the HMC
 | 
				
			||||||
@@ -94,6 +93,7 @@ class TwoIndexRep {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
typedef TwoIndexRep<Nc, Symmetric> TwoIndexSymmetricRepresentation;
 | 
					typedef TwoIndexRep<Nc, Symmetric> TwoIndexSymmetricRepresentation;
 | 
				
			||||||
typedef TwoIndexRep<Nc, AntiSymmetric> TwoIndexAntiSymmetricRepresentation;
 | 
					typedef TwoIndexRep<Nc, AntiSymmetric> TwoIndexAntiSymmetricRepresentation;
 | 
				
			||||||
}
 | 
					
 | 
				
			||||||
}
 | 
					NAMESPACE_END(Grid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user