1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-08 03:03:02 +00:00

Update changelog

This commit is contained in:
Carles Fernandez
2020-06-27 11:39:14 +02:00
parent e820631689
commit 54a4c213ec
2 changed files with 4 additions and 2 deletions

View File

@@ -67,10 +67,10 @@ private:
void set_survivor_branch_metric_of_next_state(int next_state, float metric);
private:
int t;
std::vector<float> v_metric;
std::vector<int> state;
std::vector<int> v_bit;
std::vector<float> v_metric;
int t;
int refcount;
};