This commit is contained in:
maliakal_d 2020-08-03 10:27:06 +02:00
parent e2f1fd076a
commit ddd562f8b5

View File

@ -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<ns> to std::vector<in64_t>
auto retval = getRateCorrection();