mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 13:15:55 +01:00
6 lines
182 B
C++
6 lines
182 B
C++
#include <Grid/GridCore.h>
|
|
NAMESPACE_BEGIN(Grid);
|
|
std::vector<std::pair<int,int> > Cshift_table;
|
|
deviceVector<std::pair<int,int> > Cshift_table_device;
|
|
NAMESPACE_END(Grid);
|