Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fsgrid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ template <typename T, int stencil> class FsGrid : public FsGridTools{
uint numRequests;

std::array<int, 27> neighbour; //!< Tasks of the 26 neighbours (plus ourselves)
std::vector<char> neighbour_index; //!< Lookup table from rank to index in the neighbour array
std::vector<int> neighbour_index; //!< Lookup table from rank to index in the neighbour array

// We have, fundamentally, two different coordinate systems we're dealing with:
// 1) Task grid in the MPI_Cartcomm
Expand Down