1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00
Grid/Grid/cshift/Cshift_table.cc
2020-05-11 17:00:30 -04:00

5 lines
121 B
C++

#include <Grid/GridCore.h>
NAMESPACE_BEGIN(Grid);
Vector<std::pair<int,int> > Cshift_table;
NAMESPACE_END(Grid);