mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
typo in 2S dim
This commit is contained in:
parent
932c783fbf
commit
5a75ab15a2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user