Skip to content

Commit

Permalink
Fix typo from prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eromero-vlc committed Mar 4, 2024
1 parent fc2a517 commit 5f4e7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eigs/main_iter.c
Expand Up @@ -1533,7 +1533,7 @@ STATIC int prepare_candidates(SCALAR *V, PRIMME_INT ldV, SCALAR *W,
*recentlyConverged = 0;
while (1) {
/* Recompute flags in iev(*blockSize:*blockSize+blockNormsize) */
for (i = *blockSize; i < *blockSize+blockNormsSize; i++) {
for (i = *blockSize; i < *blockSize+blockNormsSize; i++)
flagsBlock[i-*blockSize] = flags[iev[i]];
CHKERR(check_convergence_Sprimme(X ? &X[(*blockSize) * ldV] : NULL, ldV,
computeXR, R ? &R[(*blockSize) * ldW] : NULL, ldW, computeXR, evecs,
Expand Down

0 comments on commit 5f4e7c1

Please sign in to comment.