mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Problem in comms fixed
This commit is contained in:
parent
1878bf97d0
commit
0f59356e86
@ -8,7 +8,7 @@ namespace Grid {
|
|||||||
int checkerboard,
|
int checkerboard,
|
||||||
const std::vector<int> &directions,
|
const std::vector<int> &directions,
|
||||||
const std::vector<int> &distances)
|
const std::vector<int> &distances)
|
||||||
: _entries(npoints), _permute_type(npoints)
|
: _entries(npoints), _permute_type(npoints), _comm_buf_size(npoints)
|
||||||
{
|
{
|
||||||
_npoints = npoints;
|
_npoints = npoints;
|
||||||
_grid = grid;
|
_grid = grid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user