mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
fix for broken build of zmq and ctb
This commit is contained in:
@ -153,7 +153,7 @@ class moench04CtbReceiver10GbData : 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;
|
||||
|
Reference in New Issue
Block a user