mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-31 06:24:18 +01:00
No compile in single precisoin Intel 2019 fix
This commit is contained in:
@@ -53,7 +53,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
|
||||
int shift = 0;
|
||||
if(fiveD) shift = 1;
|
||||
|
||||
Reference in New Issue
Block a user