mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 07:47:06 +01:00
removed most default behaviour
This commit is contained in:
@ -106,23 +106,8 @@ template <typename FImpl>
|
||||
std::vector<std::string> TDistilVectors<FImpl>::getInput(void)
|
||||
{
|
||||
PerambulatorName = par().perambulator;
|
||||
if (PerambulatorName.empty())
|
||||
{
|
||||
PerambulatorName = getName();
|
||||
PerambulatorName.append("_peramb");
|
||||
}
|
||||
NoiseVectorName = par().noise;
|
||||
if (NoiseVectorName.empty())
|
||||
{
|
||||
NoiseVectorName = PerambulatorName;
|
||||
NoiseVectorName.append("_noise");
|
||||
}
|
||||
LapEvecName = par().lapevec;
|
||||
if (LapEvecName.empty())
|
||||
{
|
||||
LapEvecName = PerambulatorName;
|
||||
LapEvecName.append("_lapevec");
|
||||
}
|
||||
return { PerambulatorName, NoiseVectorName, LapEvecName };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user