mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	FIx miistake
This commit is contained in:
		@@ -176,7 +176,7 @@ PARALLEL_FOR_LOOP
 | 
			
		||||
PARALLEL_FOR_LOOP
 | 
			
		||||
    for(int ss=0;ss<_grid->oSites();ss++){
 | 
			
		||||
#ifdef STREAMING_STORES
 | 
			
		||||
      vobj tmp = eval(tmp,ss,expr);
 | 
			
		||||
      vobj tmp = eval(ss,expr);
 | 
			
		||||
      vstream(_odata[ss] ,tmp);
 | 
			
		||||
#else
 | 
			
		||||
      _odata[ss]=eval(ss,expr);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user