mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
add fields as input (for scheduler)
This commit is contained in:
parent
e43d59045e
commit
ab2e5f88cd
@ -54,7 +54,7 @@ TConvolution<FImpl>::TConvolution(const std::string name)
|
||||
template <typename FImpl>
|
||||
std::vector<std::string> TConvolution<FImpl>::getInput(void)
|
||||
{
|
||||
std::vector<std::string> in;
|
||||
std::vector<std::string> in = {par().field1, par().field2};
|
||||
|
||||
return in;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user