mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
sorta done
This commit is contained in:
@ -296,9 +296,9 @@ int slsReceiverTCPIPInterface::decode_function(){
|
|||||||
cout << "size of data received " << n <<endl;
|
cout << "size of data received " << n <<endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#ifdef VERYVERBOSE
|
#ifdef VERYVERBOSE
|
||||||
cout << "calling function fnum = "<< fnum << dec << ":"<< flist[fnum] << endl;
|
cout << "calling function fnum = "<< fnum << dec << ":"<< flist[fnum] << endl;
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
if (fnum<0 || fnum>numberOfFunctions-1)
|
if (fnum<0 || fnum>numberOfFunctions-1)
|
||||||
fnum = numberOfFunctions-1;
|
fnum = numberOfFunctions-1;
|
||||||
|
Reference in New Issue
Block a user