diff --git a/Grid/algorithms/iterative/KrylovSchur.h b/Grid/algorithms/iterative/KrylovSchur.h index 0dd6222f..8cbd8b03 100644 --- a/Grid/algorithms/iterative/KrylovSchur.h +++ b/Grid/algorithms/iterative/KrylovSchur.h @@ -366,6 +366,7 @@ class KrylovSchur { } if (doubleOrthog) { + std::cout << GridLogMessage << "Double orthogonalizing." << std::endl; for (int j = 0; j < basis.size(); j++) { coeff = innerProduct(basis[j], w); // see if there is any residual component in basis[j] direction Rayleigh(j, i) += coeff; // if coeff is non-zero, adjust Rayleigh