1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-22 21:54:30 +00:00

removed default filenames

This commit is contained in:
ferben
2019-11-11 14:36:45 +00:00
parent e7d7ea4f8f
commit 7a446d5b7f
3 changed files with 126 additions and 2 deletions

View File

@@ -108,8 +108,6 @@ void TLoadPerambulator<FImpl>::execute(void)
{
auto &perambulator = envGet(MDistil::PerambTensor, getName());
std::string sPerambName{ par().PerambFileName };
if( sPerambName.empty() )
sPerambName = getName();
sPerambName.append( 1, '.' );
sPerambName.append( std::to_string( vm().getTrajectory() ) );
perambulator.read(sPerambName.c_str());