Skip to content

Commit

Permalink
Merge branch 'master' into eloy/index-conv-test-fun
Browse files Browse the repository at this point in the history
  • Loading branch information
eromero-vlc committed Feb 25, 2024
2 parents cd190c3 + fc2a517 commit cfa9baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eigs/main_iter.c
Expand Up @@ -1536,7 +1536,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 < blockNormsSize; i++) {
for (i = *blockSize; i < *blockSize+blockNormsSize; i++) {
flagsBlock[i-*blockSize] = flags[iev[i]];
global_idx[i - *blockSize] = numLocked + iev[i];
}
Expand Down

0 comments on commit cfa9baa

Please sign in to comment.