mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 07:47:12 +02:00
Merge branch 'refactor' of github.com:slsdetectorgroup/slsDetectorPackage into refactor
This commit is contained in:
@ -360,7 +360,7 @@ void multiSlsDetector::initializeDetectorStructure() {
|
|||||||
thisMultiDetector->numberOfChannelInclGapPixels[Y] = 0;
|
thisMultiDetector->numberOfChannelInclGapPixels[Y] = 0;
|
||||||
thisMultiDetector->maxNumberOfChannelsPerDetector[X] = 0;
|
thisMultiDetector->maxNumberOfChannelsPerDetector[X] = 0;
|
||||||
thisMultiDetector->maxNumberOfChannelsPerDetector[Y] = 0;
|
thisMultiDetector->maxNumberOfChannelsPerDetector[Y] = 0;
|
||||||
for (long & i : thisMultiDetector->timerValue) {
|
for (int64_t & i : thisMultiDetector->timerValue) {
|
||||||
i = 0;
|
i = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user