Fixing interface if SSE3 is found

This commit is contained in:
Carles Fernandez 2014-10-01 01:35:48 +02:00
parent ac1eb5eb51
commit 67434d212c
1 changed files with 1 additions and 1 deletions

View File

@ -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: