diff --git a/src/algorithms/PVT/libs/rinex_printer.cc b/src/algorithms/PVT/libs/rinex_printer.cc index b8d260c00..5b76c1ec6 100644 --- a/src/algorithms/PVT/libs/rinex_printer.cc +++ b/src/algorithms/PVT/libs/rinex_printer.cc @@ -3556,9 +3556,10 @@ void Rinex_Printer::log_rinex_nav(std::fstream& out, const std::map(eph.IODE_SF2); + iode_d = static_cast(eph.IODE_SF2); p_value0 = &iode_d; } out << get_nav_broadcast_orbit(p_value0, &eph.Crs, &eph.delta_n, &eph.M_0, d_version) << '\n';