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);