mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-25 03:24:16 +01:00
Keep the Vector fixed to protect it from realloc
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
#include <Grid/GridCore.h>
|
||||||
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
Vector<std::pair<int,int> > Cshift_table;
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
Reference in New Issue
Block a user