1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-28 18:04:51 +00:00

Temporary bug fix in observables (fixes some glitches in GPS L1 CA position)

This commit is contained in:
Javier Arribas 2017-05-16 18:56:05 +02:00
parent 16561a5f14
commit 641b2cd53b

View File

@ -147,7 +147,6 @@ int hybrid_observables_cc::general_work (int noutput_items,
*/
for (unsigned int i = 0; i < d_nchannels; i++)
{
current_gnss_synchro[i].Flag_valid_pseudorange=false;
n_consume[i] = ninput_items[i];// full throttle
for (int j = 0; j < n_consume[i]; j++)
{