mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 22:50:51 +01:00
long -> int64_t
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