mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
Shmem related fixes for shmem compile
This commit is contained in:
@ -105,7 +105,7 @@ void LebesgueOrder::IterateI(int ND,
|
||||
x[d]=xi[d]+xo[d];
|
||||
}
|
||||
IndexInteger index;
|
||||
grid->IndexFromCoor(x,index,grid->_rdimensions);
|
||||
Lexicographic::IndexFromCoor(x,index,grid->_rdimensions);
|
||||
_LebesgueReorder.push_back(index);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user