mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 03:05:55 +01:00
Babbage fix
This commit is contained in:
parent
3a478e5f2a
commit
1878bf97d0
@ -82,7 +82,8 @@ namespace QCD {
|
||||
template<class Impl>
|
||||
void WilsonFermion<Impl>::Mooee(const FermionField &in, FermionField &out) {
|
||||
out.checkerboard = in.checkerboard;
|
||||
out = (4.0+mass)*in;
|
||||
typename FermionField::scalar_type scal(4.0+mass);
|
||||
out = scal*in;
|
||||
}
|
||||
|
||||
template<class Impl>
|
||||
|
Loading…
x
Reference in New Issue
Block a user