From 78072cbad3988d1b83176ad5f9668bba013ece2e Mon Sep 17 00:00:00 2001 From: g-simonetti <101651258+g-simonetti@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:16:33 +0100 Subject: [PATCH] Update Fermion.h Added missing bracket '<' --- Grid/qcd/action/fermion/Fermion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/action/fermion/Fermion.h b/Grid/qcd/action/fermion/Fermion.h index bf50dac584..d2930bdfd5 100644 --- a/Grid/qcd/action/fermion/Fermion.h +++ b/Grid/qcd/action/fermion/Fermion.h @@ -224,7 +224,7 @@ template using WilsonExpClover = WilsonCloverFermion WilsonCloverFermionD2; /*! Single-precision Wilson clover fermion in fundamental representation of \f$SU(N)\f$ */ -typedef WilsonCloverWilsonImplF> WilsonCloverFermionF; +typedef WilsonClover WilsonCloverFermionF; /*! Double-precision Wilson clover fermion in fundamental representation of \f$SU(N)\f$ */ typedef WilsonClover WilsonCloverFermionD;