small fix

This commit is contained in:
Volker Fischer 2011-05-28 14:40:34 +00:00
parent 16f1bb0eb3
commit 3f17145527

View File

@ -647,7 +647,6 @@ fflush ( pFile );
//}
*/
// upper/lower hysteresis decision
const int iUpperHystDec = LlconMath().round ( dEstCurBufSet - dHysteresis );
const int iLowerHystDec = LlconMath().round ( dEstCurBufSet + dHysteresis );