mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
WDSP corrections
This commit is contained in:
+1
-1
@@ -387,7 +387,7 @@ void CFCOMP::xcfcomp (CFCOMP *a, int pos)
|
||||
}
|
||||
}
|
||||
else if (a->out != a->in)
|
||||
memcpy (a->out, a->in, a->bsize * sizeof (dcomplex));
|
||||
memcpy (a->out, a->in, a->bsize * sizeof (wcomplex));
|
||||
}
|
||||
|
||||
void CFCOMP::setBuffers_cfcomp (CFCOMP *a, double* in, double* out)
|
||||
|
||||
Reference in New Issue
Block a user