From d24b0c8f1ebe1a9681271c014659bf2ecc613e50 Mon Sep 17 00:00:00 2001 From: Marcus Müller <mmueller@gnuradio.org> Date: Wed, 7 Aug 2019 22:21:18 +0200 Subject: clang-format: Ordering all the includes clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering --- gr-trellis/lib/core_algorithms.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gr-trellis/lib/core_algorithms.cc') 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; -- cgit v1.2.3