From ec1ee635d5cb771369e17c87db79fea85840257c Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 11 Nov 2021 09:38:01 +0100 Subject: [PATCH] works and allowed reboot --- 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 1ca08286e..a8f999713 100644 --- a/slsDetectorSoftware/src/Detector.cpp +++ b/slsDetectorSoftware/src/Detector.cpp @@ -2159,7 +2159,7 @@ void Detector::updateDetectorServer(const std::string &fname, Positions pos) { std::string filename = sls::getFileNameFromFilePath(fname); pimpl->Parallel(&Module::updateDetectorServer, pos, buffer, filename); if (getDetectorType().squash() != defs::EIGER) { - ; // rebootController(pos); + rebootController(pos); } }