eiger mapping for 32 bit done

This commit is contained in:
Dhanya Maliakal
2015-04-14 17:13:09 +02:00
parent 70c98a663d
commit 1f6c5c26b4
3 changed files with 87 additions and 37 deletions

View File

@ -67,7 +67,7 @@ public:
while (dd<=(dsize-packetSize)) {
pnum=getPacketNumber(p);
fn=getFrameNumber(p);
//cout <<"pnum:"<<pnum<<" fn:"<<fn<<"\t";
if (pnum<1 || pnum>nPackets) {
cout << "Bad packet number " << pnum << " frame "<< fn << endl;