Merge branch 'refactor' of github.com:slsdetectorgroup/slsDetectorPackage into refactor

This commit is contained in:
2019-01-10 10:35:58 +01:00

View File

@ -360,7 +360,7 @@ void multiSlsDetector::initializeDetectorStructure() {
thisMultiDetector->numberOfChannelInclGapPixels[Y] = 0;
thisMultiDetector->maxNumberOfChannelsPerDetector[X] = 0;
thisMultiDetector->maxNumberOfChannelsPerDetector[Y] = 0;
for (long & i : thisMultiDetector->timerValue) {
for (int64_t & i : thisMultiDetector->timerValue) {
i = 0;
}