From b650b8968252bcf176fd0aafac763c67f6740cfb Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Wed, 19 Nov 2025 13:26:52 +0000 Subject: [PATCH] Define Sp4 ProjectOnGeneralGroup for generic vtype --- Grid/qcd/utils/Sp2n.impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Grid/qcd/utils/Sp2n.impl.h b/Grid/qcd/utils/Sp2n.impl.h index 48b7c7448a..5e57c49118 100644 --- a/Grid/qcd/utils/Sp2n.impl.h +++ b/Grid/qcd/utils/Sp2n.impl.h @@ -254,9 +254,9 @@ static void testGenerators(GroupName::Sp) { } } -template -static Lattice > > > -ProjectOnGeneralGroup(const Lattice > > > &Umu, GroupName::Sp) { +template +static Lattice > > > +ProjectOnGeneralGroup(const Lattice > > > &Umu, GroupName::Sp) { return ProjectOnSpGroup(Umu); }