Skip to content

Commit

Permalink
Updated comments in TRLM to reflect code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe2 committed Jan 10, 2024
1 parent ca6b814 commit 431c4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eig_trlm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ namespace quda
logQuda(QUDA_SUMMARIZE, "TRLM computed the requested %d vectors in %d restart steps and %d OP*x operations.\n",
n_conv, restart_iter, iter);

// Dump all Ritz values and residua if using Chebyshev
// Dump all Ritz values and residua
for (int i = 0; i < n_conv; i++) {
logQuda(QUDA_SUMMARIZE, "RitzValue[%04d]: (%+.16e, %+.16e) residual %.16e\n", i, alpha[i], 0.0, residua[i]);
}
Expand Down

0 comments on commit 431c4ec

Please sign in to comment.