1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Hadrons: result file macro with trajectory number

This commit is contained in:
2018-01-10 10:59:58 +00:00
parent dd62f2f371
commit 58c7a13d54
10 changed files with 24 additions and 12 deletions

View File

@ -133,7 +133,7 @@ void TChargedProp::execute(void)
LOG(Message) << "Saving zero-momentum projection to '"
<< filename << "'..." << std::endl;
CorrWriter writer(filename);
ResultWriter writer(RESULT_FILE_NAME(par().output));
std::vector<TComplex> vecBuf;
std::vector<Complex> result;