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

Zero() change

This commit is contained in:
Peter Boyle 2019-08-15 01:43:00 +01:00
parent 7c8902b04f
commit 12eb2a6a34

View File

@ -117,7 +117,7 @@ void TGauss<FImpl>::execute(void)
const Real Pi(M_PI);
const SitePropagator idMat=[](){ SitePropagator s; s=1.; return s; }();
ScalarRho=zero;
ScalarRho=Zero();
for(int mu=0; mu<dim; mu++) {
assert(env().getDim(mu)%2==0);
assert(position_[mu]>=0 && position_[mu]<env().getDim(mu));