check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal
2016-10-25 15:44:24 +02:00
parent 81190d29b0
commit cd6b952d64

View File

@ -1153,10 +1153,9 @@ int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){
#endif #endif
currentFrame++; currentFrame++;
} }
//#ifdef VERYVERBOSE #ifdef VERYVERBOSE
cout << "Exiting GetData function" << endl; cout << "Exiting GetData function" << endl;
//#endif #endif
usleep(1*1000*1000);
return 0; return 0;
} }