Skip to content

Commit 78072cb

Browse files
authored
Update Fermion.h
Added missing bracket '<'
1 parent 72fad63 commit 78072cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Grid/qcd/action/fermion/Fermion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ template <typename WImpl> using WilsonExpClover = WilsonCloverFermion<WImpl, Exp
224224
/*! Doubled, double-precision, Wilson clover fermion in fundamental representation of \f$SU(N)\f$ */
225225
typedef WilsonClover<WilsonImplD2> WilsonCloverFermionD2;
226226
/*! Single-precision Wilson clover fermion in fundamental representation of \f$SU(N)\f$ */
227-
typedef WilsonCloverWilsonImplF> WilsonCloverFermionF;
227+
typedef WilsonClover<WilsonImplF> WilsonCloverFermionF;
228228
/*! Double-precision Wilson clover fermion in fundamental representation of \f$SU(N)\f$ */
229229
typedef WilsonClover<WilsonImplD> WilsonCloverFermionD;
230230

0 commit comments

Comments
 (0)