1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-10 14:56:03 +00:00

make clang-format happy

This commit is contained in:
M.A. Gomez
2024-01-18 16:05:49 +01:00
parent 3f186a0684
commit d78dccdd7c
3 changed files with 30 additions and 31 deletions

View File

@@ -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) void Vtl_Engine::kf_F_fill(arma::mat &kf_F, double kf_dt, arma::mat &kf_x)
{ {
// modulo de la velocidad // modulo de la velocidad
double vx = kf_x(3); double vx = kf_x(3);
double vy = kf_x(4); double vy = kf_x(4);