mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
_grid becomes private ; use Grid()§
This commit is contained in:
@ -343,7 +343,7 @@ public:
|
||||
this->_grid->StencilBarrier();
|
||||
this->mpi3synctime_g+=usecond();
|
||||
|
||||
assert(source._grid==this->_grid);
|
||||
assert(source.Grid()==this->_grid);
|
||||
this->halogtime-=usecond();
|
||||
|
||||
this->u_comm_offset=0;
|
||||
|
Reference in New Issue
Block a user