mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-20 00:08:42 +01:00
formatting
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user