diff --git a/tests/Test_synthetic_lanczos.cc b/tests/Test_synthetic_lanczos.cc index c15ca3a7..a9bbfd07 100644 --- a/tests/Test_synthetic_lanczos.cc +++ b/tests/Test_synthetic_lanczos.cc @@ -35,7 +35,7 @@ public: random(pRNG,scale); - scale = exp(-real(scale)*6.0); + scale = exp(-real(scale)*3.0); std::cout << " True matrix \n"<< scale < Cheby(alpha,beta,mu,order); - - std::ofstream file("pooh.dat"); + std::ofstream file("cheby.dat"); Cheby.csv(file); HermOpOperatorFunction X; @@ -114,9 +113,9 @@ int main (int argc, char ** argv) } { - std::vector eval(Nm); - std::vector evec(Nm,grid); - ChebyIRL.calc(eval,evec,src, Nconv); + // std::vector eval(Nm); + // std::vector evec(Nm,grid); + // ChebyIRL.calc(eval,evec,src, Nconv); } Grid_finalize();