1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

/=2 replaced by *=0.5

This commit is contained in:
Fabian Joswig 2022-03-31 17:08:17 +01:00
parent cdf31d52c1
commit fe993c0836

View File

@ -634,7 +634,7 @@ void WilsonFermion<Impl>::ContractConservedCurrent(PropagatorField &q_in_1,
q_out-=adj(g5Lg5)*R;
q_out+=adj(g5Lg5)*gmuR;
q_out/=2;
q_out*=0.5;
}