1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-30 16:00:51 +00:00
This commit is contained in:
Antonio Ramos 2018-02-22 18:03:24 +01:00
parent e2c2da67c4
commit 44f05263f0

View File

@ -357,7 +357,7 @@ int gps_l1_ca_telemetry_decoder_cc::general_work (int noutput_items __attribute_
flag_TOW_set = true;
d_flag_new_tow_available = false;
double tmp_diff = std::fabs(tmp_tow - d_TOW_at_current_symbol);
if ((tmp_tow != 0) or (tmp_diff > 0.0))
if (tmp_diff > 0.0)
{
std::cout << TEXT_RED <<
"GPS L1 C/A. TOW incoherence on channel: "<< d_channel << ". TOW difference = " <<