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

fixed test_distil

This commit is contained in:
ferben
2019-11-18 15:29:20 +00:00
parent 13a0db7162
commit b350a24ded
3 changed files with 6 additions and 26 deletions

View File

@ -77,7 +77,7 @@ TLoadPerambulator<FImpl>::TLoadPerambulator(const std::string name) : Module<Loa
template <typename FImpl>
std::vector<std::string> TLoadPerambulator<FImpl>::getInput(void)
{
return {par().PerambFileName, par().DistilParams};
return {par().DistilParams};
}
template <typename FImpl>