This commit is contained in:
maliakal_d 2021-09-10 16:05:27 +02:00
parent 88c8f05387
commit bd5f85cdff

View File

@ -1359,9 +1359,9 @@ std::vector<char> DetectorImpl::readProgrammingFile(const std::string &fname) {
} }
if (close(dst) != 0) { if (close(dst) != 0) {
throw RuntimeError("Program FPGA: Could not close destination file"); throw RuntimeError("Program FPGA: Could not close destination file");
}*/ }
LOG(logINFOBLUE) << "File has been converted to " << destfname; LOG(logINFOBLUE) << "File has been converted to " << destfname;
*/
// loading dst file to memory // loading dst file to memory
FILE *fp = fopen("/tmp/SLS_DET_MCB.tzgmUT", "r"); FILE *fp = fopen("/tmp/SLS_DET_MCB.tzgmUT", "r");
if (fp == nullptr) { if (fp == nullptr) {