mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-22 21:54:30 +00:00
Hadrons: fixes and cleaning in the scalar SU(N) part
This commit is contained in:
@@ -124,7 +124,8 @@ void TTrMag<SImpl>::execute(void)
|
||||
std::vector<TrMagResult> result;
|
||||
auto &phi = envGet(Field, par().field);
|
||||
|
||||
auto m2 = sum(phi), mn = m2;
|
||||
auto m2 = sum(phi);
|
||||
auto mn = m2;
|
||||
|
||||
m2 = -m2*m2;
|
||||
mn = 1.;
|
||||
|
||||
Reference in New Issue
Block a user