From 494b3c9e572366c2e16d500959336a62e66f09c4 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Mon, 19 Nov 2018 16:26:53 +0000 Subject: [PATCH] Hadrons: contractor more IO fix --- Hadrons/Utilities/Contractor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/Hadrons/Utilities/Contractor.cc b/Hadrons/Utilities/Contractor.cc index 302eedc7..9ce056f3 100644 --- a/Hadrons/Utilities/Contractor.cc +++ b/Hadrons/Utilities/Contractor.cc @@ -330,6 +330,7 @@ int main(int argc, char* argv[]) if (std::find(result.a2aMatrix.begin(), result.a2aMatrix.end(), m) == result.a2aMatrix.end()) { result.a2aMatrix.push_back(m); + tokenReplace(result.a2aMatrix.back().file, "traj", traj); } } result.contraction = p;