1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-21 01:25:48 +01:00

Keep CUDA happy

This commit is contained in:
paboyle 2018-06-27 21:27:11 +01:00
parent df30bdc599
commit 5e96d6d04c

View File

@ -622,7 +622,7 @@ public:
LatticeMatrixType lie(grid); LatticeMatrixType lie(grid);
LatticeMatrixType la(grid); LatticeMatrixType la(grid);
ComplexD ci(0.0, scale); ComplexD ci(0.0, scale);
ComplexD cone(1.0, 0.0); // ComplexD cone(1.0, 0.0);
MatrixType ta; MatrixType ta;
lie = Zero(); lie = Zero();