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

Hadron WeakEye and A2ALoop bug fixes, and WWVVContraction bug fix

This commit is contained in:
fionnoh
2019-05-08 10:57:36 +01:00
parent b638509c61
commit 2acd8ece65
3 changed files with 9 additions and 8 deletions

View File

@ -89,7 +89,7 @@ std::vector<std::string> TA2ALoop<FImpl>::getInput(void)
template <typename FImpl>
std::vector<std::string> TA2ALoop<FImpl>::getOutput(void)
{
std::vector<std::string> out = {};
std::vector<std::string> out = {getName()};
return out;
}