1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Sycl unhappy fix

This commit is contained in:
Peter Boyle 2020-05-25 08:36:53 -07:00
parent ee63721bad
commit cf2938688a

View File

@ -242,9 +242,9 @@ public:
Vec rn ; random(sRNG,rn); Vec rn ; random(sRNG,rn);
LatticeVec z(&Grid); z=rn; LatticeVec z(&Grid); z=Zero();
LatticeVec x(&Grid); x=rn; LatticeVec x(&Grid); x=Zero();
LatticeVec y(&Grid); y=rn; LatticeVec y(&Grid); y=Zero();
double a=2.0; double a=2.0;
uint64_t Nloop=NLOOP; uint64_t Nloop=NLOOP;