Datatype change long long int also for moenchZMqProcess; these datatype changes need to be discussed as they could have fruther impact!

This commit is contained in:
hinger_v 2024-10-29 17:51:09 +01:00
parent 19f4c07642
commit 0583a0703c

View File

@ -336,7 +336,7 @@ int main(int argc, char *argv[]) {
string fname; string fname;
// int length; // int length;
int *detimage = NULL; long long int *detimage = NULL;
int nnx, nny, nnsx, nnsy; int nnx, nny, nnsx, nnsy;
// uint32_t imageSize = 0, nPixelsX = 0, nPixelsY = 0, // uint32_t imageSize = 0, nPixelsX = 0, nPixelsY = 0,
// uint32_t dynamicRange = 0; // uint32_t dynamicRange = 0;