mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Keep Cuda 9.1 happy
This commit is contained in:
parent
5e96d6d04c
commit
efa84ca50a
@ -120,7 +120,7 @@ public:
|
|||||||
auto Umu = PeekIndex<LorentzIndex>(U, mu);
|
auto Umu = PeekIndex<LorentzIndex>(U, mu);
|
||||||
Hloc += trace(Umu * Umu);
|
Hloc += trace(Umu * Umu);
|
||||||
}
|
}
|
||||||
Complex Hsum = sum(Hloc);
|
auto Hsum = TensorRemove(sum(Hloc));
|
||||||
return Hsum.real();
|
return Hsum.real();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user