From c2624daa9a4ef11d7c749fc695133c354a3aa788 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Wed, 28 Jun 2017 10:27:40 +0200 Subject: [PATCH] uncommented a print --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index 62879a78f..5b284e57b 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -3463,7 +3463,7 @@ int slsDetector::setThresholdEnergyAndSettings(int e_eV, detectorSettings isetti } //interpolate tau tau = linearInterpolation(e_eV, trim1, trim2, tau1, tau2); - printf("new tau:%d\n",tau); + //printf("new tau:%d\n",tau); deleteModule(myMod1); deleteModule(myMod2);