Revert previous datatype change to int

This commit is contained in:
2024-11-08 12:01:08 +01:00
parent 0583a0703c
commit d2dead070c
3 changed files with 12 additions and 13 deletions

View File

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