From 2696b950147695ffa2a22534b14b174bbc6bb650 Mon Sep 17 00:00:00 2001 From: Julian Heymes Date: Mon, 24 Oct 2022 14:22:07 +0200 Subject: [PATCH] Removed an extra bracket in slsDetectorCalibration/singlePhotonDetector.h wrongfully inserted in previous commit --- slsDetectorCalibration/singlePhotonDetector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorCalibration/singlePhotonDetector.h b/slsDetectorCalibration/singlePhotonDetector.h index f8a8fd08c..eb0e3ce6b 100644 --- a/slsDetectorCalibration/singlePhotonDetector.h +++ b/slsDetectorCalibration/singlePhotonDetector.h @@ -437,7 +437,7 @@ class singlePhotonDetector : public analogDetector { val[(iy + ir) * nx + ix + ic] = subtractPedestal(data, ix + ic, iy + ir, cm); - } + } v = &(val[(iy + ir) * nx + ix + ic]); tot += *v;