mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
Hadrons: getReference use is rare, empty by default
This commit is contained in:
@ -47,13 +47,6 @@ std::vector<std::string> TStochEm::getInput(void)
|
||||
return in;
|
||||
}
|
||||
|
||||
std::vector<std::string> TStochEm::getReference(void)
|
||||
{
|
||||
std::vector<std::string> ref = {};
|
||||
|
||||
return ref;
|
||||
}
|
||||
|
||||
std::vector<std::string> TStochEm::getOutput(void)
|
||||
{
|
||||
std::vector<std::string> out = {getName()};
|
||||
|
Reference in New Issue
Block a user