From 14cc142a1424d02883887572cef47d1677a91fb1 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 14 Mar 2023 12:09:26 -0700 Subject: [PATCH] Warning remove --- Grid/stencil/Stencil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/stencil/Stencil.h b/Grid/stencil/Stencil.h index a74b720d..29aa876f 100644 --- a/Grid/stencil/Stencil.h +++ b/Grid/stencil/Stencil.h @@ -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