mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
changed deprecated uint32 declaration to uint32_t
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user