mirror of
https://github.com/paboyle/Grid.git
synced 2026-08-28 05:19:35 +01:00
Merge remote-tracking branch 'upstream/develop' into feature/kl2QED
Conflicts: Grid/qcd/action/fermion/DomainWallFermion.h Grid/qcd/action/fermion/FermionOperator.h
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Grid {
|
||||
ComplexField coor(in._grid);
|
||||
ComplexField ph(in._grid); ph = zero;
|
||||
FermionField in_buf(in._grid); in_buf = zero;
|
||||
Complex ci(0.0,1.0);
|
||||
Scalar ci(0.0,1.0);
|
||||
assert(twist.size() == Nd);//check that twist is Nd
|
||||
assert(boundary.size() == Nd);//check that boundary conditions is Nd
|
||||
for(unsigned int nu = 0; nu < Nd; nu++)
|
||||
|
||||
Reference in New Issue
Block a user