1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Hadrons: LCL: orthogonalise coarse evec

This commit is contained in:
Antonin Portelli 2018-03-01 19:33:11 +00:00
parent 15767a1491
commit e5ea84d531

View File

@ -232,6 +232,8 @@ void TLocalCoherenceLanczos<FImpl, nBasis>::execute(void)
coarsePar.Nstop, coarsePar.Nk, coarsePar.Nm,
coarsePar.resid, coarsePar.MaxIt, coarsePar.betastp,
coarsePar.MinRes);
LOG(Message) << "Orthogonalising" << std::endl;
solver.Orthogonalise();
if (!par().output.empty())
{
coarse.write(par().output + "_coarse");