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