mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
fixing the 32 bit crash and empty plot using zmq
This commit is contained in:
@ -4940,7 +4940,7 @@ double* slsDetector::decodeData(int *datain, double *fdata) {
|
||||
}
|
||||
}
|
||||
for (ichan=0; ichan<nch; ichan++) {
|
||||
dataout[ichan]=ival;
|
||||
dataout[ichan]=datain[ichan];
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -4955,7 +4955,6 @@ double* slsDetector::decodeData(int *datain, double *fdata) {
|
||||
std::cout<< "decoded "<< ichan << " channels" << std::endl;
|
||||
#endif
|
||||
|
||||
|
||||
return dataout;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user