long -> int64_t

This commit is contained in:
Erik Frojdh 2019-01-10 09:33:59 +01:00
parent 0a2c1d1406
commit f815e7ffb6

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;
}