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:
parent
78774fbdc0
commit
82b7d4eaf0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user