From bd5f85cdff97720302c7d0c0f2ea21e3ef2c2065 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 10 Sep 2021 16:05:27 +0200 Subject: [PATCH] wip --- slsDetectorSoftware/src/DetectorImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index 34f6392af..cea12ad76 100644 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -1359,9 +1359,9 @@ std::vector DetectorImpl::readProgrammingFile(const std::string &fname) { } if (close(dst) != 0) { throw RuntimeError("Program FPGA: Could not close destination file"); - }*/ + } LOG(logINFOBLUE) << "File has been converted to " << destfname; - +*/ // loading dst file to memory FILE *fp = fopen("/tmp/SLS_DET_MCB.tzgmUT", "r"); if (fp == nullptr) {