mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Remove line
This commit is contained in:
parent
128425a00d
commit
20d2c0d601
@ -905,7 +905,6 @@ void kf_vtl_tracking::update_kf_narrow_integration_time()
|
|||||||
for (int i = 0; i < d_trk_parameters.extend_correlation_symbols; i++)
|
for (int i = 0; i < d_trk_parameters.extend_correlation_symbols; i++)
|
||||||
{
|
{
|
||||||
Qnew += d_F * d_Q * d_F.t();
|
Qnew += d_F * d_Q * d_F.t();
|
||||||
// d_F = d_F * d_F;
|
|
||||||
d_Q = d_F * d_Q * d_F.t();
|
d_Q = d_F * d_Q * d_F.t();
|
||||||
}
|
}
|
||||||
d_Q = Qnew;
|
d_Q = Qnew;
|
||||||
|
Loading…
Reference in New Issue
Block a user