From de03868f9f9b5af3e97bd3ad9e7a576387b0b71c Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Wed, 15 May 2013 14:16:41 +0000 Subject: [PATCH] got rid of some useless comments git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@553 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsDetector/slsDetectorUtils.cpp | 4 ++++ slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp | 2 ++ 2 files changed, 6 insertions(+) diff --git a/slsDetectorSoftware/slsDetector/slsDetectorUtils.cpp b/slsDetectorSoftware/slsDetector/slsDetectorUtils.cpp index 5807a62b0..4739f7992 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorUtils.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetectorUtils.cpp @@ -440,10 +440,14 @@ void slsDetectorUtils::acquire(int delflag){ // waiting for the data processing thread to finish! if (*threadedProcessing) { +#ifdef VERBOSE cout << "wait for data processing thread" << endl; +#endif setJoinThread(1); pthread_join(dataProcessingThread, &status); +#ifdef VERBOSE cout << "data processing thread joined" << endl; +#endif } diff --git a/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp b/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp index a51f715e1..966a18da7 100644 --- a/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp +++ b/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp @@ -273,7 +273,9 @@ void postProcessing::doProcessing(double *lfdata, int delflag, string fname) { int postProcessing::fillBadChannelMask() { +#ifdef VERBOSE cout << "pp fill bad channel mask " << endl; +#endif int nbad=0, nb; //#define VERBOSE if (*correctionMask&(1<< DISCARD_BAD_CHANNELS)) {