From 96773f5254a2d090faa21515d948b2c6c71cf615 Mon Sep 17 00:00:00 2001 From: Julian Lenz Date: Sun, 18 Jun 2023 12:21:39 +0100 Subject: [PATCH] Apparently forgot to remove one Lattice version --- Grid/qcd/utils/GaugeGroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/utils/GaugeGroup.h b/Grid/qcd/utils/GaugeGroup.h index 64528f7e..de912ebd 100644 --- a/Grid/qcd/utils/GaugeGroup.h +++ b/Grid/qcd/utils/GaugeGroup.h @@ -324,7 +324,7 @@ class GaugeGroup { } template // Projects on the general groups U(N), Sp(2N)xZ2 i.e. determinant il allowed a complex phase. - accelerator_inline static void ProjectOnGeneralGroup(Lattice >, Nd> > &U) { + static void ProjectOnGeneralGroup(Lattice >, Nd> > &U) { for (int mu = 0; mu < Nd; mu++) { auto Umu = PeekIndex(U, mu); ProjectOnGeneralGroup(Umu);