diff options
Diffstat (limited to 'gr-trellis/lib/core_algorithms.cc')
-rw-r--r-- | gr-trellis/lib/core_algorithms.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gr-trellis/lib/core_algorithms.cc b/gr-trellis/lib/core_algorithms.cc index d12896d342..f3f75fb744 100644 --- a/gr-trellis/lib/core_algorithms.cc +++ b/gr-trellis/lib/core_algorithms.cc @@ -20,11 +20,11 @@ * Boston, MA 02110-1301, USA. */ +#include <gnuradio/trellis/calc_metric.h> +#include <gnuradio/trellis/core_algorithms.h> #include <cstring> -#include <stdexcept> #include <iostream> -#include <gnuradio/trellis/core_algorithms.h> -#include <gnuradio/trellis/calc_metric.h> +#include <stdexcept> namespace gr { namespace trellis { @@ -511,8 +511,8 @@ void siso_algorithm(int I, const float* priori, const float* prioro, float* post //, - // std::vector<float> &alpha, - // std::vector<float> &beta + // std::vector<float> &alpha, + // std::vector<float> &beta ) { float norm, mm, minm; |