1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Hadrons: tests improvement

This commit is contained in:
Antonin Portelli 2016-12-14 19:41:51 +00:00
parent f63fac0c69
commit cad158e42f
2 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,7 @@ int main(int argc, char *argv[])
{ {
// sequential sources // sequential sources
MSource::SeqGamma::Par seqPar; MSource::SeqGamma::Par seqPar;
qName.push_back("QZ2_" + flavour[i] + srcName); qName.push_back("QZ2_" + flavour[i] + "_" + std::to_string(t));
seqPar.q = qName[i]; seqPar.q = qName[i];
seqPar.tA = (t + nt/4) % nt; seqPar.tA = (t + nt/4) % nt;
seqPar.tB = (t + nt/4) % nt; seqPar.tB = (t + nt/4) % nt;
@ -159,6 +159,7 @@ int main(int argc, char *argv[])
} }
// execution // execution
application.saveParameterFile("meson3pt.xml");
application.run(); application.run();
// epilogue // epilogue

View File

@ -121,6 +121,7 @@ int main(int argc, char *argv[])
} }
// execution // execution
application.saveParameterFile("spectrum.xml");
application.run(); application.run();
// epilogue // epilogue