From ddd562f8b575511e7a999533ba111aabee6230a9 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 3 Aug 2020 10:27:06 +0200 Subject: [PATCH] fix --- slsDetectorSoftware/src/Detector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/Detector.cpp b/slsDetectorSoftware/src/Detector.cpp index 11a1fe687..2f59c717d 100644 --- a/slsDetectorSoftware/src/Detector.cpp +++ b/slsDetectorSoftware/src/Detector.cpp @@ -1119,7 +1119,7 @@ void Detector::setRateCorrection(ns dead_time, Positions pos) { void Detector::updateRxRateCorrections() { // get tau from all modules and send to Rx index 0 - if (getDetectorType().squash() == EIGER) { + if (getDetectorType().squash() == defs::EIGER) { if (getUseReceiverFlag().squash(false)) { // convert Result to std::vector auto retval = getRateCorrection();