mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 05:50:14 +01:00
Updated Makefiles, Cmakelists.txt to compile slsMultiReceiver properly and with HDF5 and fixed compiler warnings
This commit is contained in:
@@ -4908,7 +4908,7 @@ void multiSlsDetector::readFrameFromReceiver() {
|
||||
memset(multiframe, 0xFF, multisize);
|
||||
|
||||
//get each frame
|
||||
for (int isocket = 0; isocket < zmqSocket.size(); ++isocket) {
|
||||
for (unsigned int isocket = 0; isocket < zmqSocket.size(); ++isocket) {
|
||||
|
||||
//if running
|
||||
if (runningList[isocket]) {
|
||||
|
||||
Reference in New Issue
Block a user