got rid of <0.00015 rate correction error check

This commit is contained in:
Dhanya Maliakal
2016-08-04 17:27:45 +02:00
parent 29ba1f4042
commit ef9d64de64
4 changed files with 2 additions and 10 deletions

View File

@ -1969,8 +1969,6 @@ int set_module(int file_des) {
else if (getRateCorrectionEnable()){
int64_t retvalTau = setRateCorrection(myTau); //myTau will not be -1 here
if(myTau != retvalTau){
if(retvalTau == -1)
strcat(mess," Rate correction Deactivated, (tau/subexptime) must be < 0.0015\n");
cprintf(RED,"%s",mess);
ret=FAIL;
}