1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Added noise loop dependencies

This commit is contained in:
Lanny91 2017-01-17 15:58:32 +00:00
parent 78774fbdc0
commit 82b7d4eaf0

View File

@ -54,7 +54,7 @@ TNoiseLoop<FImpl>::TNoiseLoop(const std::string name)
template <typename FImpl>
std::vector<std::string> TNoiseLoop<FImpl>::getInput(void)
{
std::vector<std::string> in;
std::vector<std::string> in = {par().q, par().eta};
return in;
}