1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-15 22:34:58 +00:00

make clang-format happy

This commit is contained in:
M.A. Gomez 2024-01-18 18:24:24 +01:00
parent ef9b737e92
commit ee791a357c
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class Vtl_Conf
{ {
public: public:
Vtl_Conf(); Vtl_Conf();
//TODO: VTL control parameters and config options here // TODO: VTL control parameters and config options here
}; };

View File

@ -2842,7 +2842,7 @@ int rtkpos(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav,
return 1; return 1;
} }
if (opt->mode == PMODE_MOVEB) if (opt->mode == PMODE_MOVEB)
{ /* moving baseline */ { /* moving baseline */
/* estimate position/velocity of base station */ /* estimate position/velocity of base station */
if (!pntpos(obs + nu, nr, nav, &rtk->opt, &solb, nullptr, nullptr, msg, tropo_vec, if (!pntpos(obs + nu, nr, nav, &rtk->opt, &solb, nullptr, nullptr, msg, tropo_vec,
iono_vec, pr_corrected_code_bias_vec, pr_residual_vec, doppler_residual_vec)) iono_vec, pr_corrected_code_bias_vec, pr_residual_vec, doppler_residual_vec))