From 8c31c065b53d8fafb7ae5d52969f7eca07837413 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 11 May 2020 17:00:30 -0400 Subject: [PATCH] Keep the Vector fixed to protect it from realloc --- Grid/cshift/Cshift_table.cc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Grid/cshift/Cshift_table.cc diff --git a/Grid/cshift/Cshift_table.cc b/Grid/cshift/Cshift_table.cc new file mode 100644 index 00000000..d46e51c0 --- /dev/null +++ b/Grid/cshift/Cshift_table.cc @@ -0,0 +1,4 @@ +#include +NAMESPACE_BEGIN(Grid); +Vector > Cshift_table; +NAMESPACE_END(Grid);