From 81190d29b05f32ec09081060f0adeaa854aae6ed Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 25 Oct 2016 15:38:38 +0200 Subject: [PATCH] check for why gui doesnt show all data --- slsDetectorGui/src/qDrawPlot.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index c5b884215..300dabd9b 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -1153,9 +1153,10 @@ int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){ #endif currentFrame++; } -#ifdef VERYVERBOSE +//#ifdef VERYVERBOSE cout << "Exiting GetData function" << endl; -#endif +//#endif + usleep(1*1000*1000); return 0; }