diff --git a/Hadrons/Modules/MDistil/LapEvec.hpp b/Hadrons/Modules/MDistil/LapEvec.hpp index 54a1b028..a86af902 100644 --- a/Hadrons/Modules/MDistil/LapEvec.hpp +++ b/Hadrons/Modules/MDistil/LapEvec.hpp @@ -323,6 +323,8 @@ void TLapEvec::execute(void) envGetTmp(LatticeColourVector, src); const int Ntlocal{gridHD->LocalDimensions()[Tdir]}; const int Ntfirst{gridHD->LocalStarts()[Tdir]}; + const char DefaultOperatorXml[] = "Michael"; + const char DefaultsolverXml[] = "Felix"; for(int t=Ntfirst;bReturnValue && t::execute(void) } } + // Now write out the 4d eigenvectors + eig4d.record.operatorXml = DefaultOperatorXml; + eig4d.record.solverXml = DefaultsolverXml; + eig4d.write(sEigenPackName,false); + // Close the local debugging log file if( ll ) { *ll << " Returning " << bReturnValue << std::endl;