1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-05 09:44:33 +01:00
Files
Grid/Grid/cshift/Cshift_table.cc
T
2024-09-17 13:34:27 +00:00

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);