From 60fa0f42129cd042db3c39253441cd8293820d25 Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Sat, 7 Dec 2024 21:46:11 +0100 Subject: [PATCH] Typo --- src/pyFAI/ext/CSR_common.pxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyFAI/ext/CSR_common.pxi b/src/pyFAI/ext/CSR_common.pxi index e152bf43a..c8201f1f7 100644 --- a/src/pyFAI/ext/CSR_common.pxi +++ b/src/pyFAI/ext/CSR_common.pxi @@ -861,7 +861,7 @@ cdef class CsrIntegrator(object): element = work[i] if ((element.s3!=0) and (((qmin<=former_element.s0) and (element.s0 <= qmax)) or - ((qmin>=former_element.s0) and (element.s0 >= qmax))): #specific case where qmin==qmax + ((qmin>=former_element.s0) and (element.s0 >= qmax)))): #specific case where qmin==qmax acc_sig = acc_sig + element.s1 acc_var = acc_var + element.s2 acc_norm = acc_norm + element.s3