check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal 2016-10-25 16:05:39 +02:00
parent 64965e2a1a
commit a6fecca2b8

View File

@ -5255,7 +5255,7 @@ void multiSlsDetector::readFrameFromReceiver(){
//construct complete image and send to callback
while(true){
//memset(((char*)multiframe),0xFF,slsdatabytes*thisMultiDetector->numberOfDetectors); //reset frame memory
memset(((char*)multiframe),0xFF,slsdatabytes*thisMultiDetector->numberOfDetectors); //reset frame memory
//post all of them to start
for(int ireadout=0; ireadout<numReadouts; ++ireadout){