1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Add missing change

This commit is contained in:
Carles Fernandez 2023-07-05 20:20:51 +02:00
parent 4cc4a6cbb6
commit 7d475f9ffe
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -80,7 +80,7 @@ void Pvt_Kf::init_kf(const arma::vec& p,
} }
void Pvt_Kf::run_Kf(const arma::vec& p, const arma::vec& v); void Pvt_Kf::run_Kf(const arma::vec& p, const arma::vec& v)
{ {
// Kalman loop // Kalman loop
// Prediction // Prediction