diff --git a/lib/qcd/action/gauge/GaugeImplTypes.h b/lib/qcd/action/gauge/GaugeImplTypes.h index 2797097d..061a38d9 100644 --- a/lib/qcd/action/gauge/GaugeImplTypes.h +++ b/lib/qcd/action/gauge/GaugeImplTypes.h @@ -120,7 +120,7 @@ public: auto Umu = PeekIndex(U, mu); Hloc += trace(Umu * Umu); } - Complex Hsum = sum(Hloc); + auto Hsum = TensorRemove(sum(Hloc)); return Hsum.real(); }