mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	stray semicolon elimination. NVCC is picky, but eventually picked up these diags
with a pragma to suppress
This commit is contained in:
		@@ -198,7 +198,7 @@ public:
 | 
			
		||||
  template<class obj> void Broadcast(int root,obj &data)
 | 
			
		||||
  {
 | 
			
		||||
    Broadcast(root,(void *)&data,sizeof(data));
 | 
			
		||||
  };
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}; 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user