From 4e6194d92a0083e9e62e6326dac6c64cf414f9a4 Mon Sep 17 00:00:00 2001 From: Alessandro Lupo Date: Fri, 23 Jun 2023 11:03:50 +0100 Subject: [PATCH] Avoid code duplication in ProjectSUn --- Grid/qcd/utils/GaugeGroup.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Grid/qcd/utils/GaugeGroup.h b/Grid/qcd/utils/GaugeGroup.h index e86b07b9..1c59078f 100644 --- a/Grid/qcd/utils/GaugeGroup.h +++ b/Grid/qcd/utils/GaugeGroup.h @@ -426,10 +426,14 @@ LatticeComplexD Determinant( } template -using ProjectSUn = typename GaugeGroup::ProjectOnSpecialGroup; +static void ProjectSUn(Lattice > > > &Umu) { + GaugeGroup::ProjectOnSpecialGroup(Umu); +} template -using ProjectSpn = typename GaugeGroup::ProjectOnSpecialGroup; +static void ProjectSpn(Lattice > > > &Umu) { + GaugeGroup::ProjectOnSpecialGroup(Umu); +} // Explicit specialisation for SU(3). static void ProjectSU3(