1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Hadrons: contractor translation average normalisation

This commit is contained in:
Antonin Portelli 2018-11-12 16:04:35 +00:00
parent 344e832a4e
commit 2ac57370f1

View File

@ -371,6 +371,10 @@ int main(int argc, char* argv[])
dti++;
}
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;
}