uncommented a print

This commit is contained in:
Dhanya Maliakal
2017-06-28 10:27:40 +02:00
parent 2126e2a723
commit c2624daa9a

View File

@ -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);