mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 13:40:46 +01:00
Hadrons: contractor more IO fix
This commit is contained in:
parent
2ba19a9e07
commit
494b3c9e57
@ -330,6 +330,7 @@ int main(int argc, char* argv[])
|
|||||||
if (std::find(result.a2aMatrix.begin(), result.a2aMatrix.end(), m) == result.a2aMatrix.end())
|
if (std::find(result.a2aMatrix.begin(), result.a2aMatrix.end(), m) == result.a2aMatrix.end())
|
||||||
{
|
{
|
||||||
result.a2aMatrix.push_back(m);
|
result.a2aMatrix.push_back(m);
|
||||||
|
tokenReplace(result.a2aMatrix.back().file, "traj", traj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
result.contraction = p;
|
result.contraction = p;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user