bugfix- uninitialized var

This commit is contained in:
Max 2016-11-03 16:28:19 -04:00
parent dc552b5d51
commit e0a0636ee3
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ void
software_imbe_decoder::decode_tap(int _L, int _K, float _w0, const int * _v, const float * _mu)
{
int ell;
uint32_t ET;
uint32_t ET=0;
float SE = 0, ER = 0;
int en, tmp_f;