mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
5 lines
121 B
C++
5 lines
121 B
C++
#include <Grid/GridCore.h>
|
|
NAMESPACE_BEGIN(Grid);
|
|
Vector<std::pair<int,int> > Cshift_table;
|
|
NAMESPACE_END(Grid);
|