1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

directly call sp helper

This commit is contained in:
Alessandro Lupo 2023-05-26 13:28:47 +01:00
parent 6647d2656f
commit 3a50fb29cb

View File

@ -210,7 +210,7 @@ class GaugeGroupTwoIndex : public GaugeGroup<ncolour, group_name> {
}
if (Index < DimensionHelper<ncolour, AntiSymmetric, GroupName::Sp>::Dimension + 1) { // +1 the singlet
baseOffDiagonalSp(a[Index][0], a[Index][1], eij);
baseOffDiagonalSpHelper<cplx, ncolour, S>::baseOffDiagonalSp(a[Index][0], a[Index][1], eij);
} else {
baseDiagonal(Index, eij);
}