1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Warning remove

This commit is contained in:
Peter Boyle 2023-03-14 12:09:26 -07:00
parent f36b87deb5
commit 14cc142a14

View File

@ -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