mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Hadrons: contractor translation average normalisation
This commit is contained in:
parent
344e832a4e
commit
2ac57370f1
@ -371,6 +371,10 @@ int main(int argc, char* argv[])
|
|||||||
dti++;
|
dti++;
|
||||||
}
|
}
|
||||||
for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
|
for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
|
||||||
|
{
|
||||||
|
corr[tLast] /= translations.size();
|
||||||
|
}
|
||||||
|
for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
|
||||||
{
|
{
|
||||||
std::cout << tLast << " " << corr[tLast] << std::endl;
|
std::cout << tLast << " " << corr[tLast] << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user