1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-19 14:17:07 +01:00

Fix typo and remove unnecessary lines

This commit is contained in:
Alessandro Lupo
2023-04-03 12:01:52 +01:00
parent 1b8176e2c0
commit 4275b3f431
3 changed files with 1 additions and 4 deletions

View File

@@ -260,7 +260,6 @@ static void ProjectOnGaugeGroup(Lattice<iScalar<iScalar<iMatrix<vComplexD, N> >
template <int N>
static void ProjectOnGaugeGroup(Lattice<iVector<iScalar<iMatrix<vComplexD, N> >, Nd> > &U, GroupName::Sp) {
GridBase *grid = U.Grid();
// Reunitarise
for (int mu = 0; mu < Nd; mu++) {
auto Umu = PeekIndex<LorentzIndex>(U, mu);