mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00
long -> int64_t
This commit is contained in:
parent
0a2c1d1406
commit
f815e7ffb6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user