[Fix] error

This commit is contained in:
M.A. Gomez 2023-07-10 15:19:19 +02:00
parent f6420a2bcb
commit fe13fc8f49
No known key found for this signature in database
GPG Key ID: 69D837A2B262D414
1 changed files with 0 additions and 1 deletions

View File

@ -898,7 +898,6 @@ void Rtklib_Solver::get_current_has_obs_correction(const std::string &signal, ui
}
bool Rtklib_Solver::get_PVT(const std::map<int, Gnss_Synchro> &gnss_observables_map, double kf_update_interval_s)
bool Rtklib_Solver::get_PVT(const std::map<int, Gnss_Synchro> &gnss_observables_map, double kf_update_interval_s)
{
std::map<int, Gnss_Synchro>::const_iterator gnss_observables_iter;