moench send to gui unnecessary ones fixed

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@681 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-10-04 09:37:51 +00:00
parent 74cc08a766
commit 560d61c343
2 changed files with 13 additions and 6 deletions

View File

@ -735,7 +735,7 @@ int slsReceiverFunctionList::startWriting(){
<< "%\tframenum "
<< dec << currframenum //<< "\t\t p " << prevframenum
<< "\tindex " << dec << getFrameIndex()
<< endl;
<< "\tpackets lost " << dec << ((currframenum-prevframenum)*packetsPerFrame)-(packetsInFile) << endl;
}
}