remove unused variables

This commit is contained in:
Axel Kohlmeyer
2022-08-19 06:13:34 -04:00
parent 8292a23f94
commit 9e6deb1a95

View File

@ -1190,7 +1190,7 @@ void Grid2d::gather(int /*caller*/, void *ptr, int nper, int nbyte,
// ping each proc for its data
// unpack into full buffer via callback to caller
int xlo,xhi,ylo,yhi,zlo,zhi,tmp;
int xlo,xhi,ylo,yhi,tmp;
int bounds[4];
if (me == 0) {