mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-12 22:27:43 +00:00
Fix comparison
This commit is contained in:
@@ -343,7 +343,7 @@ int gps_l1_ca_telemetry_decoder_cc::general_work(int noutput_items __attribute__
|
||||
{
|
||||
if (iter.Flag_valid_symbol_output == true)
|
||||
{
|
||||
if (iter.Prompt_I < 0) // symbols clipping
|
||||
if (iter.Prompt_I < 0.0) // symbols clipping
|
||||
{
|
||||
corr_value -= d_preambles_symbols[i];
|
||||
}
|
||||
|
Reference in New Issue
Block a user