1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Warning fixes

This commit is contained in:
paboyle
2018-01-25 23:46:47 +00:00
parent 24a4589def
commit f4010023ca
7 changed files with 8 additions and 9 deletions

View File

@ -177,7 +177,7 @@ int main (int argc, char ** argv)
LatticeVec z(&Grid);// random(pRNG,z);
LatticeVec x(&Grid);// random(pRNG,x);
LatticeVec y(&Grid);// random(pRNG,y);
RealD a=2.0;
// RealD a=2.0;
Real nn;
double start=usecond();
for(int i=0;i<Nloop;i++){