mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01: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