mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
typo in 2S dim
This commit is contained in:
@ -27,7 +27,7 @@ public:
|
||||
// types for the higher representation fields
|
||||
typedef typename Sp_TwoIndex<ncolour, S>::LatticeTwoIndexMatrix LatticeMatrix;
|
||||
typedef typename Sp_TwoIndex<ncolour, S>::LatticeTwoIndexField LatticeField;
|
||||
static const int Dimension = (ncolour * (ncolour + S) / 2) - 1;
|
||||
static const int Dimension = (ncolour * (ncolour + S) / 2) + S;
|
||||
static const bool isFundamental = false;
|
||||
//static const int nsp = Nc / 2;
|
||||
LatticeField U;
|
||||
|
Reference in New Issue
Block a user