1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-03-20 19:26:09 +00:00

Reducing comments

This commit is contained in:
Chulwoo Jung
2025-12-09 14:23:22 +00:00
parent 88611659a3
commit df4c2a082b
2 changed files with 3 additions and 3 deletions

View File

@@ -540,7 +540,7 @@ int main (int argc, char ** argv)
// Hacked, really EvalImagSmall
KrylovSchur KrySchur (Dwilson, UGrid, resid,EvalImNormSmall);
// BlockKrylovSchur KrySchur (HermOp2, UGrid, Nu, resid,EvalNormSmall);
RealD shift=0.;
RealD shift=1.;
KrySchur(src[0], maxIter, Nm, Nk, Nstop,&shift);
std::cout << GridLogMessage << "evec.size= " << KrySchur.evecs.size()<< std::endl;