mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
changed deprecated uint32 declaration to uint32_t
This commit is contained in:
@ -145,8 +145,8 @@ class etaInterpolationBase : public slsInterpolation {
|
||||
|
||||
etastepX=(etamax-etamin)/nbetaX;
|
||||
etastepY=(etamax-etamin)/nbetaY;
|
||||
uint32 nnx;
|
||||
uint32 nny;
|
||||
uint32_t nnx;
|
||||
uint32_t nny;
|
||||
float *gm=ReadFromTiff(imgname, nnx, nny);
|
||||
/* if (nnx!=nny) { */
|
||||
/* cout << "different number of bins in x " << nnx << " and y " << nny<< " !"<< endl; */
|
||||
|
Reference in New Issue
Block a user