check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal
2016-10-25 15:53:04 +02:00
parent 51c0ca8c6e
commit 64965e2a1a
2 changed files with 1 additions and 2 deletions

View File

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