mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
formatting
This commit is contained in:
parent
1f907b911e
commit
0b17318f10
@ -1810,7 +1810,8 @@ void DetectorImpl::setBadChannels(const std::string &fname, Positions pos) {
|
|||||||
if (badchannels.size() != imod + 1) {
|
if (badchannels.size() != imod + 1) {
|
||||||
badchannels.push_back(std::vector<int>{});
|
badchannels.push_back(std::vector<int>{});
|
||||||
}
|
}
|
||||||
Parallel(&Module::setBadChannels, {static_cast<int>(imod)}, badchannels[imod]);
|
Parallel(&Module::setBadChannels, {static_cast<int>(imod)},
|
||||||
|
badchannels[imod]);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (pos.size() != 1) {
|
} else if (pos.size() != 1) {
|
||||||
|
@ -11,7 +11,7 @@ namespace sls {
|
|||||||
|
|
||||||
Pattern::Pattern() {
|
Pattern::Pattern() {
|
||||||
// initialize pattern addresses
|
// 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->startloop[i] = MAX_PATTERN_LENGTH - 1;
|
||||||
pat->stoploop[i] = MAX_PATTERN_LENGTH - 1;
|
pat->stoploop[i] = MAX_PATTERN_LENGTH - 1;
|
||||||
pat->wait[i] = MAX_PATTERN_LENGTH - 1;
|
pat->wait[i] = MAX_PATTERN_LENGTH - 1;
|
||||||
|
@ -9,6 +9,6 @@
|
|||||||
#define APIJUNGFRAU "7.0.0.rc1 0x221212"
|
#define APIJUNGFRAU "7.0.0.rc1 0x221212"
|
||||||
#define APIMOENCH "7.0.0.rc1 0x221212"
|
#define APIMOENCH "7.0.0.rc1 0x221212"
|
||||||
#define APIEIGER "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"
|
#define APIMYTHEN3 "7.0.0.rc2 0x230117"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user