mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
removed most default behaviour
This commit is contained in:
@ -143,11 +143,6 @@ template <typename GImpl>
|
||||
std::vector<std::string> TLapEvec<GImpl>::getInput(void)
|
||||
{
|
||||
sGaugeName = par().gauge;
|
||||
if (sGaugeName.empty())
|
||||
{
|
||||
sGaugeName = getName();
|
||||
sGaugeName.append( "_gauge" );
|
||||
}
|
||||
return std::vector<std::string>{ sGaugeName };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user