small fix
This commit is contained in:
parent
16f1bb0eb3
commit
3f17145527
1 changed files with 0 additions and 1 deletions
|
@ -647,7 +647,6 @@ fflush ( pFile );
|
||||||
//}
|
//}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// upper/lower hysteresis decision
|
// upper/lower hysteresis decision
|
||||||
const int iUpperHystDec = LlconMath().round ( dEstCurBufSet - dHysteresis );
|
const int iUpperHystDec = LlconMath().round ( dEstCurBufSet - dHysteresis );
|
||||||
const int iLowerHystDec = LlconMath().round ( dEstCurBufSet + dHysteresis );
|
const int iLowerHystDec = LlconMath().round ( dEstCurBufSet + dHysteresis );
|
||||||
|
|
Loading…
Reference in a new issue