mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 07:40:03 +02:00
trying
This commit is contained in:
parent
6e0f9eaa78
commit
e2684e1f66
@ -296,9 +296,9 @@ int slsReceiverTCPIPInterface::decode_function(){
|
||||
cout << "size of data received " << n <<endl;
|
||||
#endif
|
||||
|
||||
#ifdef VERYVERBOSE
|
||||
cout << "calling function fnum = "<< fnum << hex << ":"<< flist[fnum] << endl;
|
||||
#endif
|
||||
//#ifdef VERYVERBOSE
|
||||
cout << "calling function fnum = "<< fnum << dec << ":"<< flist[fnum] << endl;
|
||||
//#endif
|
||||
|
||||
if (fnum<0 || fnum>numberOfFunctions-1)
|
||||
fnum = numberOfFunctions-1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user