changed deprecated uint32 declaration to uint32_t

This commit is contained in:
Erik Frojdh
2022-01-24 09:01:44 +01:00
parent f95a15c841
commit 02174f79d1
7 changed files with 16 additions and 16 deletions

View File

@ -190,7 +190,7 @@ int main(int argc, char *argv[]) {
cout << "threshold is " << thr << endl;
cout << "Nframes is " << nframes << endl;
uint32 nnx, nny;
uint32_t nnx, nny;
double *gmap;
// if (gainfname) {