Commit fd254bdf authored by Fabian Bauer's avatar Fabian Bauer
Browse files

deactivate last assert

parent e3cbe3f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1264,7 +1264,7 @@ Word16 maximum_exp_fx( /* o : index of the maximum value

    FOR( j = 1; j < lvec_fx; j++ )
    {
#if 1
#if 0
        if ( ( vec_fx[j] == 0 && vec_fx[j - 1] != 0 && vec_fx[j + 1] != 0 && lvec_fx > j ) )
        {
            assert( 0 );