Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Fixed asymmetric removal of duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas authored Apr 29, 2024
1 parent 8f974c5 commit 8f21fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SDL/Kernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ namespace SDL {
if (nMatched >= 7) {
if (score_rphisum1 >= score_rphisum2) {
rmQuintupletFromMemory(quintupletsInGPU, ix);
break;
} else {
rmQuintupletFromMemory(quintupletsInGPU, jx);
}
}
}
Expand Down

0 comments on commit 8f21fbc

Please sign in to comment.