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
3f186a0684
commit
d78dccdd7c
@ -298,7 +298,6 @@ void Vtl_Engine::kf_H_fill(arma::mat &kf_H, int sat_number, arma::colvec ax, arm
|
||||
}
|
||||
void Vtl_Engine::kf_F_fill(arma::mat &kf_F, double kf_dt, arma::mat &kf_x)
|
||||
{
|
||||
|
||||
// modulo de la velocidad
|
||||
double vx = kf_x(3);
|
||||
double vy = kf_x(4);
|
||||
|
Loading…
Reference in New Issue
Block a user