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:
parent
6647d2656f
commit
3a50fb29cb
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user