mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
changed deprecated uint32 declaration to uint32_t
This commit is contained in:
@ -33,6 +33,6 @@
|
||||
|
||||
void *WriteToTiff(float * imgData, const char * imgname, int nrow, int ncol);
|
||||
|
||||
float *ReadFromTiff( const char * imgname, uint32 &nrow, uint32 &ncol);
|
||||
float *ReadFromTiff( const char * imgname, uint32_t &nrow, uint32_t &ncol);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user