1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-23 13:33:15 +00:00

Fix warning

This commit is contained in:
Carles Fernandez 2020-11-10 13:16:25 +01:00
parent 1568c52000
commit d81ff696b8
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -468,7 +468,7 @@ Rtklib_Pvt::Rtklib_Pvt(const ConfigurationInterface* configuration,
{
num_bands = 2;
}
if ((gal_1B_count > 0) && (gal_E6_count > 0) && (gal_E5a_count > 0) || (gal_E5b_count > 0))
if ((gal_1B_count > 0) && (gal_E6_count > 0) && ((gal_E5a_count > 0) || (gal_E5b_count > 0)))
{
num_bands = 3;
}