mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 22:20:45 +01:00
Fix a nocompile
This commit is contained in:
parent
325e745daa
commit
e55c35734b
@ -55,15 +55,11 @@ void CartesianCommunicator::GlobalSum(double &){}
|
|||||||
void CartesianCommunicator::GlobalSum(uint32_t &){}
|
void CartesianCommunicator::GlobalSum(uint32_t &){}
|
||||||
void CartesianCommunicator::GlobalSumVector(double *,int N){}
|
void CartesianCommunicator::GlobalSumVector(double *,int N){}
|
||||||
|
|
||||||
void CartesianCommunicator::RecvFrom(void *recv,
|
void CartesianCommunicator::SendRecvPacket(void *xmit,
|
||||||
int recv_from_rank,
|
void *recv,
|
||||||
int bytes)
|
int xmit_to_rank,
|
||||||
{
|
int recv_from_rank,
|
||||||
assert(0);
|
int bytes)
|
||||||
}
|
|
||||||
void CartesianCommunicator::SendTo(void *xmit,
|
|
||||||
int xmit_to_rank,
|
|
||||||
int bytes)
|
|
||||||
{
|
{
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user