mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-15 14:27:06 +01:00
big commit fixing nocompiles in defective C++11 compilers (gcc, icpc). stared getting to
near the bleeding edge I guess
This commit is contained in:
@ -24,9 +24,9 @@ namespace QCD {
|
||||
// QCD iMatrix types
|
||||
// Index conventions: Lorentz x Spin x Colour
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
static const int ColourIndex = 1;
|
||||
static const int SpinIndex = 2;
|
||||
static const int LorentzIndex= 3;
|
||||
static const int ColourIndex = 2;
|
||||
static const int SpinIndex = 1;
|
||||
static const int LorentzIndex= 0;
|
||||
|
||||
|
||||
// ChrisK very keen to add extra space for Gparity doubling.
|
||||
|
Reference in New Issue
Block a user