mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
No compile fix
This commit is contained in:
@ -27,7 +27,6 @@ void CartesianCommunicator::SendToRecvFrom(void *xmit,
|
||||
int bytes)
|
||||
{
|
||||
exit(-1);
|
||||
bcopy(xmit,recv,bytes);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user