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();