mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Warning remove
This commit is contained in:
parent
f36b87deb5
commit
14cc142a14
@ -387,7 +387,7 @@ public:
|
||||
|
||||
void *shm = (void *) _grid->ShmBufferTranslate(recv_from_rank,this->u_recv_buf_p);
|
||||
|
||||
if ( (shm==NULL) ) return 0;
|
||||
if ( shm==NULL ) return 0;
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user