mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-05 02:07:02 +00:00
small correction in previous commit
This commit is contained in:
parent
98ed0e09f2
commit
7a4ecf3ddb
@ -486,7 +486,7 @@ Viterbi_Decoder::Prev::Prev(int states, int t)
|
||||
*refcount = 1;
|
||||
memset(state,0,sizeof(int)*num_states);
|
||||
memset(bit,0,sizeof(int)*num_states);
|
||||
memset(metric,0,sizeof(int)*num_states);
|
||||
memset(metric,0,sizeof(float)*num_states);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user