diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-07 11:32:57 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-07 11:32:57 +0100 |
commit | 72f6740ebb93dc940c3894658824ba6142c15bfa (patch) | |
tree | 922e5a41dc16c1eb2db501d6eaca809fd2d15d9f /src/GuardIntervalInserter.cpp | |
parent | 1e76247e059021ea52309ebd258b6eed033d6aee (diff) | |
parent | 95f556cf0797ab4c23f431e5c8c5accfa7f4c30b (diff) | |
download | dabmod-72f6740ebb93dc940c3894658824ba6142c15bfa.tar.gz dabmod-72f6740ebb93dc940c3894658824ba6142c15bfa.tar.bz2 dabmod-72f6740ebb93dc940c3894658824ba6142c15bfa.zip |
Merge branch 'next' into outputRefactoring
Diffstat (limited to 'src/GuardIntervalInserter.cpp')
-rw-r--r-- | src/GuardIntervalInserter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuardIntervalInserter.cpp b/src/GuardIntervalInserter.cpp index 14027d3..afb9213 100644 --- a/src/GuardIntervalInserter.cpp +++ b/src/GuardIntervalInserter.cpp @@ -201,7 +201,7 @@ int GuardIntervalInserter::process(Buffer* const dataIn, Buffer* dataOut) memcpy( &out[ox], &in[ix], remaining_prefix_length * sizeof(complexf)); ox += remaining_prefix_length; - assert(ox = end_cyclic_prefix_ox); + assert(ox == end_cyclic_prefix_ox); ix = 0; const bool last_symbol = (sym_ix + 1 >= d_nbSymbols); |