mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-07 23:04:40 +00:00
Changing boundary phase to be always double
This commit is contained in:
@@ -110,7 +110,7 @@ void TWilson<FImpl>::setup(void)
|
||||
auto &U = envGet(LatticeGaugeField, par().gauge);
|
||||
auto &grid = *env().getGrid();
|
||||
auto &gridRb = *env().getRbGrid();
|
||||
std::vector<Complex> boundary = strToVec<Complex>(par().boundary);
|
||||
std::vector<ComplexD> boundary = strToVec<ComplexD>(par().boundary);
|
||||
typename WilsonFermion<FImpl>::ImplParams implParams(boundary);
|
||||
envCreateDerived(FMat, WilsonFermion<FImpl>, getName(), 1, U, grid, gridRb,
|
||||
par().mass, implParams);
|
||||
|
||||
Reference in New Issue
Block a user