1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 03:05:55 +01:00

Keep Cuda 9.1 happy

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

View File

@ -120,7 +120,7 @@ public:
auto Umu = PeekIndex<LorentzIndex>(U, mu);
Hloc += trace(Umu * Umu);
}
Complex Hsum = sum(Hloc);
auto Hsum = TensorRemove(sum(Hloc));
return Hsum.real();
}