1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37: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

@ -335,7 +335,7 @@ void TLapEvec<GImpl>::execute(void)
// Now write out the 4d eigenvectors
eig4d.record.operatorXml = DefaultOperatorXml;
eig4d.record.solverXml = DefaultsolverXml;
eig4d.write(sEigenPackName,false);
eig4d.write(sEigenPackName + "." + std::to_string(vm().getTrajectory()),false);
// Close the local debugging log file
if( ll ) {