diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index bfc371e9e..e28410f91 100644 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -1810,7 +1810,8 @@ void DetectorImpl::setBadChannels(const std::string &fname, Positions pos) { if (badchannels.size() != imod + 1) { badchannels.push_back(std::vector{}); } - Parallel(&Module::setBadChannels, {static_cast(imod)}, badchannels[imod]); + Parallel(&Module::setBadChannels, {static_cast(imod)}, + badchannels[imod]); } } else if (pos.size() != 1) { diff --git a/slsDetectorSoftware/src/Pattern.cpp b/slsDetectorSoftware/src/Pattern.cpp index c51fe726b..67b6d120b 100644 --- a/slsDetectorSoftware/src/Pattern.cpp +++ b/slsDetectorSoftware/src/Pattern.cpp @@ -11,11 +11,11 @@ namespace sls { Pattern::Pattern() { // initialize pattern addresses - for (int i = 0; i != MAX_PATTERN_LEVELS; ++i) { + for (int i = 0; i != MAX_PATTERN_LEVELS; ++i) { pat->startloop[i] = MAX_PATTERN_LENGTH - 1; pat->stoploop[i] = MAX_PATTERN_LENGTH - 1; pat->wait[i] = MAX_PATTERN_LENGTH - 1; - } + } } Pattern::~Pattern() { delete pat; } diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index 29405d030..c7f22cc1b 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -9,6 +9,6 @@ #define APIJUNGFRAU "7.0.0.rc1 0x221212" #define APIMOENCH "7.0.0.rc1 0x221212" #define APIEIGER "7.0.0.rc1 0x221212" -#define APIGOTTHARD "7.0.0.rc2 0x221220" +#define APIGOTTHARD "7.0.0.rc2 0x221220" #define APIMYTHEN3 "7.0.0.rc2 0x230117"