From 3f171455279dda850fe28ddecda3a0bd5cf8efbc Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 28 May 2011 14:40:34 +0000 Subject: [PATCH] small fix --- src/channel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/channel.cpp b/src/channel.cpp index 6d75736e..2bb4c060 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -647,7 +647,6 @@ fflush ( pFile ); //} */ - // upper/lower hysteresis decision const int iUpperHystDec = LlconMath().round ( dEstCurBufSet - dHysteresis ); const int iLowerHystDec = LlconMath().round ( dEstCurBufSet + dHysteresis );