From 0583a0703ce2c92b8f2edb2f08f3f15a94536267 Mon Sep 17 00:00:00 2001 From: vhinger Date: Tue, 29 Oct 2024 17:51:09 +0100 Subject: [PATCH] Datatype change long long int also for moenchZMqProcess; these datatype changes need to be discussed as they could have fruther impact! --- slsDetectorCalibration/moenchExecutables/moenchZmqProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorCalibration/moenchExecutables/moenchZmqProcess.cpp b/slsDetectorCalibration/moenchExecutables/moenchZmqProcess.cpp index 8d20767cd..aa05dd941 100644 --- a/slsDetectorCalibration/moenchExecutables/moenchZmqProcess.cpp +++ b/slsDetectorCalibration/moenchExecutables/moenchZmqProcess.cpp @@ -336,7 +336,7 @@ int main(int argc, char *argv[]) { string fname; // int length; - int *detimage = NULL; + long long int *detimage = NULL; int nnx, nny, nnsx, nnsy; // uint32_t imageSize = 0, nPixelsX = 0, nPixelsY = 0, // uint32_t dynamicRange = 0;