mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
got rid of unncessary printouts
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@28 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
parent
50acdf5628
commit
d9a5e7e2a5
@ -77,11 +77,11 @@ class slsReceiverData : public slsDetectorData<dataType> {
|
|||||||
fnum=fn;
|
fnum=fn;
|
||||||
retval=p;
|
retval=p;
|
||||||
if (np>0)
|
if (np>0)
|
||||||
cout << "*Incomplete frame number " << fnum << endl;
|
/*cout << "*Incomplete frame number " << fnum << endl;*/
|
||||||
np=0;
|
np=0;
|
||||||
} else if (fn!=fnum) {
|
} else if (fn!=fnum) {
|
||||||
if (fnum!=-1) {
|
if (fnum!=-1) {
|
||||||
cout << " **Incomplete frame number " << fnum << " pnum " << pnum << " " << getFrameNumber(p) << endl;
|
/* cout << " **Incomplete frame number " << fnum << " pnum " << pnum << " " << getFrameNumber(p) << endl;*/
|
||||||
retval=NULL;
|
retval=NULL;
|
||||||
}
|
}
|
||||||
np=0;
|
np=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user