mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-02 21:14:32 +00:00 
			
		
		
		
	Sycl unhappy fix
This commit is contained in:
		@@ -242,9 +242,9 @@ public:
 | 
			
		||||
 | 
			
		||||
      Vec rn ; random(sRNG,rn);
 | 
			
		||||
 | 
			
		||||
      LatticeVec z(&Grid); z=rn;
 | 
			
		||||
      LatticeVec x(&Grid); x=rn;
 | 
			
		||||
      LatticeVec y(&Grid); y=rn;
 | 
			
		||||
      LatticeVec z(&Grid); z=Zero();
 | 
			
		||||
      LatticeVec x(&Grid); x=Zero();
 | 
			
		||||
      LatticeVec y(&Grid); y=Zero();
 | 
			
		||||
      double a=2.0;
 | 
			
		||||
 | 
			
		||||
      uint64_t Nloop=NLOOP;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user