mirror of
https://github.com/paboyle/Grid.git
synced 2025-05-11 04:55:56 +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);
|