Revision 6efdad6f2163928f8cdf415801700dc9ef5995ad authored by Henrique B.R on 24 September 2021, 16:18:04 UTC, committed by Henrique B.R on 24 September 2021, 16:18:04 UTC
1 parent a822c48
Raw File
Cshift_table.cc
#include <Grid/GridCore.h>       
NAMESPACE_BEGIN(Grid);
Vector<std::pair<int,int> > Cshift_table; 
NAMESPACE_END(Grid);
back to top