mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-31 23:33:03 +00:00
small correction in previous commit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user