1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

some cleanup

This commit is contained in:
ferben
2019-03-13 13:15:12 +00:00
parent 6bb9b67c93
commit 5313e44d11
3 changed files with 8 additions and 13 deletions

View File

@ -201,7 +201,7 @@ void TPerambFromSolve<FImpl>::execute(void)
}
if(PerambFileName.length())
perambulator.WriteBinary(PerambFileName);
perambulator.WriteBinary(PerambFileName + "." + std::to_string(vm().getTrajectory()));
}