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(