check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal 2016-10-25 15:44:31 +02:00
parent 7803e94d79
commit ac4c758636

View File

@ -448,7 +448,7 @@ int slsDetectorUtils::acquire(int delflag){
setFileIndex(fileIO::getFileIndex());
pthread_mutex_unlock(&mg);
usleep(1*1000*1000);
if (measurement_finished){
pthread_mutex_lock(&mg);
measurement_finished(im,*fileIndex,measFinished_p);