Skip to content
Snippets Groups Projects
Commit 46cd0ecc authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

-1 in missing long correction iode

parent 6c1bda38
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
...@@ -138,6 +138,8 @@ void Navigation::clearNavigation() ...@@ -138,6 +138,8 @@ void Navigation::clearNavigation()
nav_.leaps = 0; nav_.leaps = 0;
sbssat_t sbssat_zero = { 0 }; sbssat_t sbssat_zero = { 0 };
for (auto&& sat : sbssat_zero.sat)
sat.lcorr.iode = -1;
nav_.sbssat = sbssat_zero; nav_.sbssat = sbssat_zero;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment