mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 21:25:56 +01:00
Added noise loop dependencies
This commit is contained in:
parent
78774fbdc0
commit
82b7d4eaf0
@ -54,7 +54,7 @@ TNoiseLoop<FImpl>::TNoiseLoop(const std::string name)
|
|||||||
template <typename FImpl>
|
template <typename FImpl>
|
||||||
std::vector<std::string> TNoiseLoop<FImpl>::getInput(void)
|
std::vector<std::string> TNoiseLoop<FImpl>::getInput(void)
|
||||||
{
|
{
|
||||||
std::vector<std::string> in;
|
std::vector<std::string> in = {par().q, par().eta};
|
||||||
|
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user