progress bug

This commit is contained in:
Dhanya Maliakal 2016-11-03 13:57:43 +01:00
parent 3a3e5668d7
commit 37cdb3db4f

View File

@ -2246,7 +2246,7 @@ void UDPStandardImplementation::startFrameIndices(int ithread){
startFrameIndex = 0; //frame number always resets
break;
case JUNGFRAU:
startFrameIndex = (*((uint32_t*)(buffer[ithread]+8)));
startFrameIndex = (*((uint32_t*)(buffer[ithread]+HEADER_SIZE_NUM_TOT_PACKETS)));
break;
default:
if(shortFrameEnable < 0){