fixed a few warnings

This commit is contained in:
Dhanya Maliakal
2017-11-17 08:46:04 +01:00
parent bbcf75bc09
commit c1e735c1b4
3 changed files with 17 additions and 16 deletions

View File

@ -408,7 +408,7 @@ unsigned int nPixelsX;
/** Number of angle Pixels in X Axis */
int nAnglePixelsX;
/** Number of pixel bins in Y Axis */
int nPixelsY;
unsigned int nPixelsY;
/** Min Pixel number for Y Axis*/
double minPixelsY;
/** Max Pixel number for Y Axis*/