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
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -138,6 +138,8 @@ void Navigation::clearNavigation()
nav_.leaps = 0;
sbssat_t sbssat_zero = { 0 };
for (auto&& sat : sbssat_zero.sat)
sat.lcorr.iode = -1;
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