1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Move static variables into instantiation .cc file

This commit is contained in:
Peter Boyle 2019-06-08 13:41:20 +01:00
parent 4d2b938166
commit e452cc0a22

View File

@ -38,10 +38,6 @@ Author: Vera Guelpers <V.M.Guelpers@soton.ac.uk>
NAMESPACE_BEGIN(Grid);
// S-direction is INNERMOST and takes no part in the parity.
const std::vector<int> WilsonFermion5DStatic::directions ({1,2,3,4, 1, 2, 3, 4});
const std::vector<int> WilsonFermion5DStatic::displacements({1,1,1,1,-1,-1,-1,-1});
// 5d lattice for DWF.
template<class Impl>
WilsonFermion5D<Impl>::WilsonFermion5D(GaugeField &_Umu,