mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
Hadrons: code cleaning
This commit is contained in:
@ -69,7 +69,6 @@ void Meson::execute(void)
|
|||||||
SpinMatrix g[Ns*Ns], g5;
|
SpinMatrix g[Ns*Ns], g5;
|
||||||
std::vector<TComplex> buf;
|
std::vector<TComplex> buf;
|
||||||
Result result;
|
Result result;
|
||||||
unsigned int nt = env().getGrid()->GlobalDimensions()[Tp];
|
|
||||||
|
|
||||||
g5 = makeGammaProd(Ns*Ns - 1);
|
g5 = makeGammaProd(Ns*Ns - 1);
|
||||||
result.corr.resize(Ns*Ns);
|
result.corr.resize(Ns*Ns);
|
||||||
|
Reference in New Issue
Block a user