mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 08:17:05 +01:00
debug tests, fix dimension
This commit is contained in:
@ -36,7 +36,7 @@ struct DimensionHelper;
|
||||
|
||||
template <int nc, TwoIndexSymmetry S>
|
||||
struct DimensionHelper<nc, S, GroupName::SU> {
|
||||
static const int Dimension = nc * (nc + S) + S;
|
||||
static const int Dimension = nc * (nc + S) / 2;
|
||||
};
|
||||
|
||||
template <int nc>
|
||||
|
Reference in New Issue
Block a user