Skip to content

Commit d29f377

Browse files
authored
Update taskLambdaSpinCorr.cxx
1 parent 2b3f168 commit d29f377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/taskLambdaSpinCorr.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ struct LfTaskLambdaSpinCorr {
625625
// LOGF(info, "repeat match found v0 id: (%d, %d)", t3.index(), t2.index());
626626
// continue;
627627
// }
628-
if (t3.index() >= rows || t2.index() >= cols || pairStatus[t3.index()][t2.index()]) {
628+
if (pairStatus[t3.index()][t2.index()]) {
629629
continue;
630630
}
631631
if (t1.collisionId() == t3.collisionId()) {

0 commit comments

Comments
 (0)