check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal 2016-10-25 16:08:36 +02:00
parent a6fecca2b8
commit f2abf0fbfd

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){