mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00: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++;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user