Skip to content

Commit fefb5ee

Browse files
authored
Merge pull request #36 from g-simonetti/pull_request
Update Fermion.h
2 parents 72fad63 + 78072cb commit fefb5ee

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)