fix compiler warning for ctb gui for moench getGain: aoff not declared (#565)

This commit is contained in:
Dhanya Thattil 2022-10-20 10:50:31 +02:00 committed by GitHub
parent a84fcd2c82
commit af300e0276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ class moench04CtbZmq10GbData : public slsDetectorData<uint16_t> {
int getGain(char *data, int x, int y) {
// int aoff=aSamples*2*32;
int aoff=aSamples*2*32;
int irow;
int isc = x / sc_width;
int icol = x % sc_width;