mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 19:55:56 +01:00
Zero() change
This commit is contained in:
parent
7c8902b04f
commit
12eb2a6a34
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user