mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 20:57:06 +01:00
6 lines
180 B
C++
6 lines
180 B
C++
#include <Grid/GridCore.h>
|
|
NAMESPACE_BEGIN(Grid);
|
|
std::vector<std::pair<int,int> > Cshift_table;
|
|
commVector<std::pair<int,int> > Cshift_table_device;
|
|
NAMESPACE_END(Grid);
|