kopia lustrzana https://github.com/f4exb/sdrangel
WDSP: fixed Sonar bug issue
rodzic
0fd169c008
commit
f6d97efe55
|
|
@ -437,7 +437,7 @@ void CFCOMP::SetCFCOMPPosition (TXA& txa, int pos)
|
|||
void CFCOMP::SetCFCOMPprofile (TXA& txa, int nfreqs, float* F, float* G, float *E)
|
||||
{
|
||||
CFCOMP *a = txa.cfcomp.p;
|
||||
a->nfreqs = nfreqs;
|
||||
a->nfreqs = nfreqs < 1 ? 1 : nfreqs;
|
||||
delete[] (a->E);
|
||||
delete[] (a->F);
|
||||
delete[] (a->G);
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue