From 67434d212c841f38f2683783deb1c44255bf74a3 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 1 Oct 2014 01:35:48 +0200 Subject: [PATCH] Fixing interface if SSE3 is found --- src/algorithms/tracking/libs/correlator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/tracking/libs/correlator.h b/src/algorithms/tracking/libs/correlator.h index b90123f9a..65f5aa00d 100644 --- a/src/algorithms/tracking/libs/correlator.h +++ b/src/algorithms/tracking/libs/correlator.h @@ -64,7 +64,7 @@ public: Correlator(); ~Correlator(); #if USING_VOLK_CW_EPL_CORR_CUSTOM - void Carrier_wipeoff_and_EPL_volk_custom(int signal_length_samples, const gr_complex* input, gr_complex* carrier, gr_complex* E_code, gr_complex* P_code, gr_complex* L_code, gr_complex* E_out, gr_complex* P_out, gr_complex* L_out, bool input_vector_unaligned); + void Carrier_wipeoff_and_EPL_volk_custom(int signal_length_samples, const gr_complex* input, gr_complex* carrier, gr_complex* E_code, gr_complex* P_code, gr_complex* L_code, gr_complex* E_out, gr_complex* P_out, gr_complex* L_out); #endif private: