From b4c77ca76243c5dde53bfcf644355ab4b3a9cbd0 Mon Sep 17 00:00:00 2001 From: Chulwoo Jung Date: Mon, 6 Apr 2026 17:24:23 -0400 Subject: [PATCH] Commenting out files not checked in --- Grid/algorithms/Algorithms.h | 6 +++--- examples/Example_krylov_schur.cc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Grid/algorithms/Algorithms.h b/Grid/algorithms/Algorithms.h index 1910a76e9..be4a0825e 100644 --- a/Grid/algorithms/Algorithms.h +++ b/Grid/algorithms/Algorithms.h @@ -55,7 +55,7 @@ NAMESPACE_CHECK(approx); #include NAMESPACE_CHECK(deflation); #include -#include +//#include NAMESPACE_CHECK(ConjGrad); #include NAMESPACE_CHECK(BiCGSTAB); @@ -92,7 +92,7 @@ NAMESPACE_CHECK(multigrid); #include #include #include -#include -#include +//#include +//#include #endif diff --git a/examples/Example_krylov_schur.cc b/examples/Example_krylov_schur.cc index c945f852d..ac25eab98 100644 --- a/examples/Example_krylov_schur.cc +++ b/examples/Example_krylov_schur.cc @@ -327,7 +327,7 @@ int main (int argc, char ** argv) if(LanParams.ReadEvec) { std::string evecs_file="evec_in"; std::cout << GridLogIRL<< "Reading evecs from "<