check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal 2016-10-25 15:38:38 +02:00
parent 2f749bb91d
commit 81190d29b0

View File

@ -1153,9 +1153,10 @@ 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;
} }