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:
parent
ef9b737e92
commit
ee791a357c
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user